Enumeration of pulse modes for discrete outputs.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The output is not pulsed, and remains in whatever state is specified by its Value property. | |
| High | 1 | When the output's Value is changed from False to True, it returns to False after the pulse duration expires. | |
| Low | 2 | When 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