CogStatistics CurrentValue Property Cognex VisionPro 9.7
Returns/sets the value that will be used by Execute to compute the tolerance status for this channel. If the value is invalid (it hasn't been updated since the last call to Execute), the status will be set to cogDataAnalysisToleranceStatusInvalidValue.

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

public double CurrentValue { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogStatistics Changed

Fires when CurrentValueIsInvalid is true and the value of this property changes.

The following state flags may be affected:

    CogStatistics Changed

    Fires when CurrentValueIsInvalid is true but the value of this property did not change.

    The following state flag may be affected:

      CogStatistics Changed

      Fires when CurrentValueIsInvalid is already false and the value of this property changes.

      The following state flag may be affected:

        Remarks

        The value that will be used by Execute  to compute the tolerance status for this channel. If the value is invalid (it has not been updated since the last call to Execute  , the ToleranceStatus will be set to InvalidValue.

        See Also