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.FG8100.Implementation.InternalAssembly: Cognex.VisionPro.FG8100 (in Cognex.VisionPro.FG8100.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleImplements
ICogAcqFifo TimeoutEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the timeout period changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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