CogAcqLight AuxLightBrightFieldPowerRatio Property Cognex VisionPro
Reads or sets the bright field power ratio on the auxiliary port.

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

public virtual double AuxLightBrightFieldPowerRatio { get; set; }

Property Value

Type: Double

Implements

ICogAcqLight AuxLightBrightFieldPowerRatio
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the auxiliary power ratio changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

val is < 0 or val is > 1.

Remarks

Sets or gets the primary light's bright field power ratio which is the fraction of the light power that is allocated to the bright field. The value ranges from 0.0 (no power to the bright field) to 1.0 (all power to the bright field).

Default Value: 0

See Also