CogAcqFifoTool InvokeStartInSemiMode Property Cognex VisionPro
If true, the Run method will invoke StartAcquire and CompleteAcquire on the operator in semi trigger mode. If false, only CompleteAcquire will be invoked.

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

public bool InvokeStartInSemiMode { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    If true, the Run method will invoke StartAcquire and CompleteAcquire on the operator in semi trigger mode. If false, only CompleteAcquire will be invoked.

    See Also