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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

double LightDelay { get; set; }

Property Value

Type: Double
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