ICogAcqFifo Timeout Property Cognex VisionPro 9.8 SR1
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

double Timeout { get; set; }

Property Value

Type: Double
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