CogAcqStrobeDelay StrobeDelay Property Cognex VisionPro
Get or set strobe delay.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual double StrobeDelay { get; set; }

Property Value

Type: Double

Implements

ICogAcqStrobeDelay StrobeDelay
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the strobe delay changes.

The following state flag may be affected:

Remarks

Sets or gets the strobe delay in milliseconds. The strobe delay is the delay time between the shutter pulse and the strobe firing.

The strobe delay can be a negative value so that the strobe pulse fires before the shutter pulse. Negative values are useful when you are using slower strobes such as LED strobes.

To determine the delay time for Cognex CDC cameras, see How to Choose a CDC Shutter Mode.

Default Value: 0

See Also