Reads or sets whether the auxiliary light is enabled.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| 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