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.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogPMAlignZoneConstantsEvents
| Event Type | Reason |
|---|---|
| CogPMAlignZoneScale Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException |
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 scale 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 scales that you specify.
Default Value: Nominal
See Also