CogAcqFifoGigE Timeout Property Cognex VisionPro
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.FGGigE.Implementation.Internal
Assembly: Cognex.VisionPro.FGGigE (in Cognex.VisionPro.FGGigE.dll) Version: 65.1.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