CogStatistics RejectLowLimit Property Cognex VisionPro 9.7
Returns/sets the tolerance limit that triggers a reject-low status, if enabled and the value falls below it. Setting may cause the other limit values to be adjusted so that the RejectLowLimit remains the lowest limit.

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

public double RejectLowLimit { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogStatistics Changed

Fires when this limit changes.

The following state flag may be affected:

    CogStatistics Changed

    Fires when this limit changes along with at least one other limit.

    The following state flags may be affected:

      Remarks

      If RejectLowLimitEnabled is true and the value you supply to AddValue(Double) is below this limit, AddValue(Double) returns RejectLow.

      Setting may cause the other limit values to be adjusted so that RejectLowLimit remains the lowest limit.

      Default Value: 0.0

      See Also