CogAcqStrobePulseDuration StrobePulseDuration Property Cognex VisionPro 9.7
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.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual double StrobePulseDuration { get; set; }

Property Value

Type: Double

Implements

ICogAcqStrobePulseDuration StrobePulseDuration
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