CNiIviScopeAcquisition::Interpolation

Measurement Studio IVI

Class
CNiIviScopeAcquisition::
Interpolation
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: EnvelopesNext page: MinNumPts    
Public Data Item Declared in:
NiIviScope.h

'Declaration' icon -- Shortcut to top of page. Declaration

long Interpolation;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also