CogPMAlignZoneAngle Configuration Property Cognex VisionPro
Configuration of this DOF zone which specifies whether PMAlign will use either the low & high limits for the expected range of values or just the nominal value.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public CogPMAlignZoneConstants Configuration { get; set; }

Property Value

Type: CogPMAlignZoneConstants
Events

Event TypeReason
CogPMAlignZoneAngle Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is not Nominal or LowHigh.

Remarks

The configuration of this degree of freedom. Specify Nominal to specify a nominal value, LowHigh to specify a range of values for the degree of freedom. These values are members of the CogPMAlignZoneConstants enumeration.

If you specify a nominal value, the results returned by the tool will have exactly the angle value you specify. If you specify a low and high limit, the results returned by the tool will be within (or slightly outside of) the range of angles you specify.

Default Value: Nominal

See Also