CogSearchMaxZoneScale Configuration Property Cognex VisionPro 9.21
Gets or sets the configuration of scale degree of freedom zone which specifies whether SearchMax will use either the low/high limits for the expected range of values or just the nominal value.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 83.0.0.0
Syntax

public CogSearchMaxZoneConstants Configuration { get; set; }

Property Value

Type: CogSearchMaxZoneConstants
The configuration of scale degree of freedom zone. Default value is CogSearchMaxZoneConstants.Nominal.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfConfiguration
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when you attempt to set this to a value other than CogSearchMaxZoneConstants.Nominal or CogSearchMaxZoneConstants.LowHigh.
Remarks

Specify CogSearchMaxZoneConstants.Nominal to specify a nominal value. Specify CogSearchMaxZoneConstants.LowHigh to specify a range of values for the degree of freedom, and Nominal value is ignored.

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.

See Also