CogAcqFifoTool InvokeStartInSemiMode Property Cognex VisionPro 9.7
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: 73.0.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