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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleEvents
| 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