CogAcqLight LightDelay Property Cognex VisionPro
Reads or sets the delay in milliseconds between setting the light power and performing the image capture.

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

public virtual double LightDelay { get; set; }

Property Value

Type: Double

Implements

ICogAcqLight LightDelay
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the light delay changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

val is < 0.

Remarks

Sets or gets the delay in milliseconds between setting the light power and acquiring an image.

Default Value: 30 milliseconds

See Also