CogAcqLight LightBrightFieldPowerRatio Property Cognex VisionPro 9.5
Reads or sets the bright field power ratio.

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

public virtual double LightBrightFieldPowerRatio { get; set; }

Property Value

Type: Double

Implements

ICogAcqLight LightBrightFieldPowerRatio
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the light 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