Write/Read |
About Interpolation |
Description |
Turns ON and OFF correction interpolation which calculates new error terms when stimulus values change after calibration. When this property is ON and error correction is being applied, the calibration subsystem attempts to interpolate the error terms whenever the stimulus parameters are changed. When this property is OFF under the same circumstances, error correction is turned OFF. |
VB Syntax |
meas.InterpolateCorrection = value |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
value |
(boolean) - Choose from: True - Turns correction interpolation ON False - Turns correction interpolation OFF |
Return Type |
Boolean |
Default |
True |
Examples |
meas.InterpolateCorrection = False |
calInterpolate = InterpolateCorrection 'Read |
|
C++ Syntax |
HRESULT get_InterpolateCorrection(boolean *pVal) |
Interface |
IMeasurement |