IviScope_ConfigureInterpolation

CVI/LabWindows IVI Class Driver

IviScope_ConfigureInterpolation

IviScopeInterpolation Capability Group

C Function Prototype

ViStatus IviScope_ConfigureInterpolation (ViSession vi, ViInt32 interpolation);

Purpose

This function configures the interpolation method the oscilloscope uses when it cannot sample a voltage for a point in the waveform record.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session.
interpolation ViInt32 Specifies interpolation method the oscilloscope uses when it cannot sample a voltage for a point in the waveform record. The driver sets the IVISCOPE_ATTR_INTERPOLATION attribute to this value.

Return Values