CogOutputLinePulseModeConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of pulse modes for discrete outputs.

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

public enum CogOutputLinePulseModeConstants
Members

  Member nameValueDescription
None0The output is not pulsed, and remains in whatever state is specified by its Value property.
High1When the output's Value is changed from False to True, it returns to False after the pulse duration expires.
Low2When the output's Value is changed from True to False, it returns to True after the pulse duration expires.
Remarks

Enumeration of pulse modes for discrete outputs.

See Also