CogPMAlignZoneScale Nominal Property Cognex VisionPro 9.5
The nominal value is only used if Configuration is cogPMAlignZoneNominal. In this case PMAlign only finds pattern instances that are close to the Nominal value specified and the results will always be reported at exactly the found value.

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

public double Nominal { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPMAlignZoneScale Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than or equal to zero.

Remarks

The nominal value for the scale degree of freedom. This is only used if Configuration is Nominal. In this case PMAlign only finds pattern instances that are close to the nominal value specified and the results will always be reported at exactly the found value.
See Also