CogJob AcqFifo Property Cognex VisionPro 9.7
Get or set the acquisition fifo.

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

public ICogAcqFifo AcqFifo { get; set; }

Property Value

Type: ICogAcqFifo
Get or set the acquisition fifo for use in the CogJob. The acq fifo must be set if the RunMode is AcquisitionOnly or AcquisitionAndImageProcessing.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also