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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogOutputLinePulseModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogOutputLine Changed | Fires when the property value changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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