IviDmm_ConfigureFrequencyVoltageRange

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureFrequencyVoltageRange

IviDmmFrequencyMeasurement Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureFrequencyVoltageRange (ViSession vi, ViReal64 frequencyVoltageRange);

Purpose

This function configures the frequency voltage range of the DMM.

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.
frequency
VoltageRange
ViReal64 Specifies the expected maximum value of the input signal. The driver uses this value to set the IVIDMM_ATTR_FREQ_VOLTAGE_RANGE attribute.

Return Values