ICogAcqStrobePulseDuration StrobePulseDuration Property Cognex VisionPro 9.8
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

double StrobePulseDuration { get; set; }

Property Value

Type: Double
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the strobe duration changes.

The following state flag may be affected:

  • SfPulseDuration
Exceptions

ExceptionCondition
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