IviDmm_ConfigureACBandwidth

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureACBandwidth

IviDmmACMeasurement Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureACBandwidth (ViSession vi, ViReal64 minFreq, ViReal64 maxFreq);

Purpose

This function configures additional parameters for DMMs that take AC voltage or AC current measurements. These attributes are the AC minimum and AC maximum frequency.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviDmm_init or IviDmm_InitWithOptions functions. The handle identifies a particular IVI session.
minFreq ViReal64 Pass the minimum expected frequency component of the input signal. The units are hertz. The driver sets the IVIDMM_ATTR_AC_MIN_FREQ attribute to this value. This parameter affects the DMM only when you set the measurementFunction parameter to an AC measurement.
maxFreq ViReal64 Pass the maximum expected frequency component of the input signal. The units are hertz. The driver sets the IVIDMM_ATTR_AC_MAX_FREQ attribute to this value. This parameter affects the DMM only when you set the measurementFunction parameter to an AC measurement.

Return Values