IviScope Configure Interpolation
IviScopeInterpolation Capability Group [I]
This VI configures the interpolation method the oscilloscope uses when it cannot sample a voltage for a point in the waveform record.
instrument handle The instrument handle that you obtain from the IviScope Initialize or the IviScope Initialize With Options [I] VI. | |
interpolation Pass the interpolation method you want the oscilloscope to
use when it cannot sample a voltage for a point in the waveform record. The driver sets the IviScope Interpolation property to this value. Defined Values: IVISCOPE_VAL_NO_INTERPOLATION—No interpolation IVISCOPE_VAL_SINE_X—sin(x)/x interpolation IVISCOPE_VAL_LINEAR—Linear interpolation Default value: IVISCOPE_VAL_SINE_X |
Note IVISCOPE_VAL_NO_INTERPOLATION—The oscilloscope does not interpolate any points in the waveform.
Instead, the driver sets every element in the waveform array for which the oscilloscope cannot sample a value to an IEEE-defined NaN (Not a Number) value. |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviScope Initialize or the IviScope Initialize With Options VI. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |