![]() |
Interpolation






Public Data Item |
Declared in: NiIviScope.h |
Declaration
long Interpolation;
Description
Specifies the interpolation method the oscilloscope uses when it cannot sample a voltage for every point in the waveform record.
The following list includes valid values:
- CNiIviScope::NoInterpolation - No interpolation. Points that cannot be resolved are set to an IEEE defined NaN (Not a Number) value.
- CNiIviScope::SineX - Sin(x)/x interpolation
- CNiIviScope::Linear - linear interpolation.