CogOCRMaxTuneParams NumSteps Property Cognex VisionPro
Controls how many steps the OCRMax tuning mechanism will try when modifying a parameter.

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

public int NumSteps { get; set; }

Property Value

Type: Int32
The NumSteps value. The default value is 6.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNumSteps
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than or equal 0 or greater than 100.
See Also