CogAcqTrigger TriggerModel Property Cognex VisionPro 9.25 SR1
Reads or sets the trigger model.

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

public virtual CogAcqTriggerModelConstants TriggerModel { get; set; }

Property Value

Type: CogAcqTriggerModelConstants

Implements

ICogAcqTrigger TriggerModel
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the trigger model is changed.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

val is not in CogAcqTriggerModelConstants or is Slave.

CogAcqNotAllowedForSlaveException

The acquisition FIFO is a slave.

Remarks

Sets or gets the trigger model.

Changing the trigger model stops the current acquisition. Before changing the trigger model, use Flush  to flush any pending acquisition requests.

See Also