Returns/sets a flag that causes any invalid data values to produce a reject AggregateToleranceStatus if set to true. If set to false, this designates that those channels will not be used to compute the aggregate tolerance status.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| CogDataAnalysis Changed | Fires when this function is called. The following state flag may be affected: |
Remarks
If true, then if any channels have not been updated with new data since the tool's last run, the tool will produce a Reject value for the AggregateToleranceStatus. If false, then channels with invalid data will not be used to compute the aggregate tolerance status.
Default Value: True
See Also