CogAcqFifoImagingDevice Timeout Property Cognex VisionPro 9.7
Read or set the timeout in milliseconds used when calling Acquire or CompleteAcquire (typically used for handling the case of triggers that didn't occur).

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 73.0.0.0
Syntax

public virtual double Timeout { get; set; }

Property Value

Type: Double

Implements

ICogAcqFifo Timeout
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the timeout period changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is <= 0.

Remarks

Sets or gets the timeout period in milliseconds used when calling Acquire(Int32 ) or CompleteAcquire(Int32, Int32 , Int32 ). The timeout period is typically used for handling the case of triggers that didn't occur.

Default Value: 10000 milliseconds

See Also