CogOCVMaxPattern TuneRunParams Property Cognex VisionPro 9.8
Gets or sets the run parameters used for tuning.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax

public CogOCVMaxRunParams TuneRunParams { get; set; }

Property Value

Type: CogOCVMaxRunParams
The run parameters used for tuning.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
Remarks

Tuning is an iterative process of adjusting, training, and running the pattern.

See Also