Write-only |
About Error Correction |
Description |
Attempts to set error correction ON or OFF for all of the measurements on the channel. This setting may not be successful for some measurements 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 |
chan.ErrorCorrection = value |
Variable |
(Type) - Description |
chan |
A Channel (object) |
value |
(boolean) False - Turns error correction OFF True - Turns error correction ON |
Return Type |
Boolean |
Default |
|
Examples |
chan.ErrorCorrection = True |
C++ Syntax |
HRESULT put_ErrorCorrection (VARIANT_BOOL bState) |
Interface |
IChannel7 |