CogDataAnalysisResults AggregateToleranceStatus Property Cognex VisionPro 9.7
Returns the result of the specified tolerance limits applied across all ICogDataAnalysisChannel items.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public CogDataAnalysisToolToleranceStatusConstants AggregateToleranceStatus { get; }

Property Value

Type: CogDataAnalysisToolToleranceStatusConstants
Remarks

The tolerance status computed by aggregating the individual statuses of all the CogStatisticss defined for this CogDataAnalysis object.

If this value is Pass, then all the values are within tolerance limits; if this value is Warn, then one or more values are outside of their warning limits but no values are outside of the reject limit; and if this value is Reject, then one or more values are outside of their reject limits or one or more values are invalid and RejectOnInvalidData is set to true.

See Also