CogAcqLight AuxLightEnabled Property Cognex VisionPro 9.7
Reads or sets whether the auxiliary light is enabled.

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

public virtual bool AuxLightEnabled { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqLight AuxLightEnabled
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the auxiliary light is enabled or disabled.

The following state flag may be affected:

Remarks

Sets or gets whether the auxiliary light is enabled.

Setting AuxLightEnabled to False does not cut power to the light device. To cut power to the light device, set LightPower and AuxLightPower to 0.0 and acquire an image.

Default Value: False

See Also