NI-DMM
June 2008, 372469A-01
Use the NI-DMM VIs to develop applications for your NI digital multimeter.
Palette Object | Description |
---|---|
niDMM Initialize |
This VI completes the following tasks: - Creates a new IVI instrument driver session. - Opens a session to the device you specify for the Instrument Descriptor parameter. - If the ID Query parameter is set to TRUE (1), this VI queries the instrument ID and checks that it is valid for this instrument driver. - If the Reset parameter is set to TRUE (1), this VI resets the instrument to a known state. - Sends initialization commands to set the instrument to the state necessary for the operation of the instrument driver. - Returns a ViSession handle that you use to identify the instrument in all subsequent VIs. |
niDMM Initialize With Options |
This VI completes the following tasks: - Creates a new IVI instrument driver session and optionally sets the initial state of the following session properties: Range Check, Query Instrument Status, Cache, Simulate, and Record Value Coercions. - Opens a session to the device you specify for the Instrument Descriptor parameter. If the ID Query parameter is set to TRUE (1), this function queries the instrument ID and checks that it is valid for this instrument driver. - If the Reset Device parameter is set to TRUE (1), this VI resets the instrument to a known state. - Sends initialization commands to set the instrument to the state necessary for the operation of the instrument driver. - Returns a ViSession handle that you use to identify the instrument in all subsequent instrument driver function calls. |
niDMM Close |
Closes the specified session and deallocates resources that it reserved. |
Subpalette | Description |
---|---|
Configuration |
Use the NI-DMM Configuration VIs for hardware-specific configuration and control. |
Acquisition |
Use the NI-DMM Acquisition VIs to acquire data from a measurement. |
Calibration |
Use the NI-DMM Calibration VIs to perform a self-calibration or external calibration on the DMM. |
Utility |
Use the NI-DMM Utility functions for optional functionality in your application. |
© 2004–2008 National Instruments Corporation. All Rights Reserved.