CogOutputLine PulseMode Property Cognex VisionPro 9.8
Specifies whether the output is steady-state, or pulsed on high or low transitions. Check the PulseModeSupported property to see which mode(s) are supported.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public CogOutputLinePulseModeConstants PulseMode { get; set; }

Property Value

Type: CogOutputLinePulseModeConstants
Events

Event TypeReason
CogOutputLine Changed

Fires when the property value changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The pulse mode is not supported.

    Remarks

    Specifies whether the output is steady-state or pulsed on high or low transitions. Use GetPulseModeSupported(CogOutputLinePulseModeConstants) to determine whether a particular pulse mode is supported.

    See Also