Gets or sets a flag to indicate whether the CoverageMin tolerance is enabled.
If true, CoverageMin will be used at runtime to report defects of type Underfill.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.1.0.0
Syntax
Property Value
Type: BooleanDefault value is true.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Remarks
If the user disables both CoverageMinEnabled and CoverageMaxEnabled, the bead coverage will not be measured at run-time and GetCaliperBeadCoverage(Int32), CoverageMin, CoverageMax, and CoverageAvg will all be reported as zero.
See Also