ICogAcqLight AuxLightEnabled Property Cognex VisionPro 9.8
Reads or sets whether the auxiliary light is enabled.

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

bool AuxLightEnabled { get; set; }

Property Value

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