Reads or sets the strobe pulse duration. The special value of 0 indicates to use the shortest time supported by the hardware.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleImplements
ICogAcqStrobePulseDuration StrobePulseDurationEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the strobe duration changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | 0 The new value is < 0. |
Remarks
Sets or gets the duration of the strobe pulse in milliseconds. The special value zero indicates to use the shortest time supported by the hardware.
Default Value: 20e-3 milliseconds
See Also