CogBeadInspectRunParams StepThresholdEnabled Property Cognex VisionPro 9.8
Gets or sets a flag to indicate whether the StepThreshold tolerance is enabled. If true, StepThreshold will be used at runtime to report defects of type AboveStepThreshold.

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

public bool StepThresholdEnabled { get; set; }

Property Value

Type: Boolean
Default value is true.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Remarks

If the user disables StepThresholdEnabled, the bead step will not be measured at run-time and GetCaliperLeftStep(Int32), GetCaliperRightStep(Int32), LeftStepMax and RightStepMax will all be reported as zero.

See Also