IviDmm Class Driver Overview

CVI/LabWindows IVI Class Driver

IviDmm Class Driver Overview

This instrument driver provides programming support for the IviDmm Class. The IviDmm class is designed to support the typical DMM as well as common extended functionality found in more complex instruments. The IviDmm class driver conceptualizes a DMM as an instrument that can measure scalar quantities of an input signal and can be applied to a wide variety of instruments. Typically the measured quantity is a voltage (AC and DC), current, or resistance. However, the IviDmm class driver can support instruments that measure other quantities such as temperature and frequency. The driver contains all the functions required in the IviDmm specification defined by the IVI Foundation. This driver requires NI-VISA and the IVI Compliance Package to be installed.

The IviDmm class is divided into a IviDmmBase capability group and several extension groups. The base capability group is used to configure a DMM for a typical measurement (this includes setting the measurement function, desired range, desired resolution, and trigger source), initiating that measurement, and returning a measured value

Many DMMs support measurement types that require additional parameters to be configured, such as the minimum and maximum frequency of the input signal for AC measurements. The IviDmm class defines extension groups for each measurement type that requires these additional parameters.

The IviDmm class also defines an extension group called IviDmmMultiPoint. The IviDmmMultiPoint extension group is used to configure DMMs that can acquire multiple measurements based on multiple triggers and take multiple measurements per trigger. This type of instrument used in conjunction with a scanner is typically used to implement a scanning DMM.

In addition, the IviDmm class defines extension groups that configure advanced settings such as auto-zero and power line frequency, or return additional information about the current state of the instrument such as aperture time.

Use this driver to develop programs that are independent of a particular DMM. You can use this class driver with any DMM that has an IVI instrument specific driver that is compliant with the IviDmm class. The IviDmm class driver accesses the specific driver for your instrument using the configuration information you supply in MAX.

Extension Capability Groups

The IviDmm class driver identifies functions and attributes that belong to an extension group with the following abbreviations. Instrument specific drivers are not required to implement any of the extension capability groups. If you use functions and attributes that belong to extension capability groups, every instrument specific driver that you use must implement those extensions.

Group Name Description
IviDmmACMeasurement Defines attributes that configure additional settings for AC measurements. These attributes are the minimum and maximum frequency components of the input signal. This extension group also defines functions that configure these attributes.
IviDmmAutoRangeValue

Supports DMMs with the capability to return the actual range value when auto ranging.

IviDmmAutoZero Supports DMMs with the capability to take an auto zero reading. In general, the auto-zero capability of a DMM normalizes all measurements based on a Zero Reading.
IviDmmDeviceInfo Defines a function and a set of attributes that you can query to gain additional information about the configuration of the instrument.
IviDmmFrequencyMeasurement Supports DMMs that take frequency measurements. It defines attributes that are required to configure additional parameters needed for frequency measurements.
IviDmmMultiPoint Supports instruments capable of acquiring measurements based on multiple triggers, and acquiring multiple measurements for each trigger
IviDmmPowerLineFrequency Supports DMMs with the capability to specify the power line frequency.
IviDmmResistanceTemperature Device Supports DMMs that take temperature measurements using a resistance temperature device (RTD) transducer type.
IviDmmSoftwareTrigger Supports DMMs that can initiate a measurement based on a software trigger signal. You can send a software trigger to cause the DMM to initiate a measurement.
IviDmmTemperatureMeasurement Supports DMMs that take temperature measurements with a thermocouple, an RTD, or a thermistor transducer type. This extension group selects the transducer type. Other capability groups further configure temperature settings based on the transducer type.
IviDmmThermistor Supports DMMs that take temperature measurements using a thermistor transducer type.
IviDmmThermocouple Supports DMMs that take temperature measurements using a thermocouple transducer type.
IviDmmTriggerSlope Supports DMMs that can specify the polarity of the external trigger signal. It defines an attribute and a function to configure this polarity.

Related Topic

IVI Inherent Class Capabilities