DefectLevelThreshNeg Property

Applies To
Vision Objects: ArcInspector, LineInspector

Description
Sets / returns the negative defect level threshold.

Usage

VGet  Sequence.Object.DefectLevelThreshNeg, var
VSet  Sequence.Object.DefectLevelThreshNeg, 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
DefectLevelThreshNeg is the threshold in pixels for a defect under 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, Defect Level Result, DefectLevelThreshPos Property, LineInspector Object