Read-only
About Error Correction

ErrorCorrectionIndicator Property


Description

Returns the error correction state for the measurement.

 VB Syntax

value = meas.ErrorCorrectionIndicator

Variable

(Type) - Description

value

(Enum)  Error correction state.

  • 0 - naErrorCorrectionIndicator_None  - No error correction

  • 1 - naErrorCorrectionIndicator_Master - Original error correction terms applied.

  • 2 - naErrorCorrectionIndicator_Interpolated - Error terms are interpolated. Learn more

  • 3 - naErrorCorrectionIndicator_Delta - Delta Match calibration terms. Learn more

  • 4 - naErrorCorrectionIndicator_Invalid  Error terms are not valid.

meas

A Measurement (object)

Return Type

Enum as NAErrorCorrectionIndicator

Default

See Error Correction

Examples

errcorr = meas.ErrorCorrectionIndicator 'Read

C++ Syntax

HRESULT get_ErrorCorrectionIndicator (enum NAErrorCorrectionIndicator *pIndicator);

Interface

IMeasurement14


Last Modified:

14-Jul-2010

MX New topic