CogAcqTrigger TriggerLowToHigh Property Cognex VisionPro 9.22
Reads or sets whether triggers are a low to high transition.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public virtual bool TriggerLowToHigh { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqTrigger TriggerLowToHigh
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the trigger polarity is changed.

The following state flag may be affected:

Remarks

Sets or gets the trigger line polarity. True means that a trigger signal is an input line transition from low to high. False means that a trigger signal is an input line transition from high to low.

Default Value: True

See Also