Write/Read
About Error Correction

ErrorCorrection Property


Description

Sets (or returns) error correction ON or OFF for the measurement.

 VB Syntax

meas.ErrorCorrection = value

Variable

(Type) - Description

meas

A Measurement (object)

value

(boolean)

False - Turns error correction OFF

True - Turns error correction ON

Return Type

Boolean

Default

See Error Correction

Examples

meas.ErrorCorrection = True 'Write

errcorr = meas.ErrorCorrection 'Read

C++ Syntax

HRESULT put_ErrorCorrection (VARIANT_BOOL bState)
HRESULT get_ErrorCorrection (VARIANT_BOOL *bState)

Interface

IMeasurement