Read-only |
About Error Correction |
Description |
Reads the error correction state for the channel. Use ErrorCorrection Property to set this value. When this command returns true, some measurements on the channel MAY not have error correction ON. This is because the Cal Set currently in place may not contain the appropriate calibration data. To read the error correction state for a measurement, use Error Correction Property. |
VB Syntax |
bool = chan.GetErrorCorrection |
Variable |
(Type) - Description |
boolean |
(boolean) Variable to store the returned value. False - Error correction has been set OFF True - Error correction has been set ON |
chan |
A Channel (object) |
Return Type |
Boolean |
Default |
|
Examples |
value = chan.GetErrorCorrection |
C++ Syntax |
HRESULT GetErrorCorrection (VARIANT_BOOL *bState) |
Interface |
IChannel8 |