DefectLevelThreshPos Property
Applies To
Vision Objects: ArcInspector, LineInspector
Description
Sets / returns the positive defect level threshold.
Usage
VGet Sequence.Object.DefectLevelThreshPos, var
VSet Sequence.Object.DefectLevelThreshPos, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
Default: 2
Range: 0 to 100
Remarks
DefectLevelThreshPos is the threshold in pixels for a defect above the line or arc being inspected. During inspection, if the defect level of a defect candidate is greater than DefectLevelThreshNeg and less than DefectLevelThreshPos, then the candidate is not considered to be a defect.
See Also
ArcInspector Object, DefectLevelThreshNeg Property, LineInspector Object