Read-only |
About Error Correction |
Description |
Returns the error correction state for the measurement. |
VB Syntax |
value = meas.ErrorCorrectionIndicator |
Variable |
(Type) - Description |
value |
(Enum) Error correction state.
|
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 |