CogInputLine TriggerMode Property Cognex VisionPro 9.10
Specifies what transition(s) cause the LowToHigh and/or HighToLow event(s) to fire. Check the TriggerModeSupported property to see which mode(s) are supported.

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

public CogInputLineTriggerModeConstants TriggerMode { get; set; }

Property Value

Type: CogInputLineTriggerModeConstants
Events

Event TypeReason
CogInputLine Changed

Fires when the property value changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

value is not in CogInputLineTriggerModeConstants.

Remarks

Specifies what transitions cause the LowToHigh or HighToLow events to fire. Use GetTriggerModeSupported(CogInputLineTriggerModeConstants) to determine which transitions can be detected.

See Also