NI-DMM .NET Class Library Help
- Updated2023-02-17
- 1 minute(s) read
NI-DMM .NET Class Library Help
You can use the NI-DMM .NET Class Library to initialize, configure, and read from your NI-DMM instrument.
For additional information on developing applications using NI drivers and the .NET Framework, refer to ni.com/mstudio or visit ni.com/info and enter the Info Code NIdotNET.
You can find example applications by selecting in the Start menu.
© 2016-2017 National Instruments. All rights reserved.
Related Information
- Using Memory-Optimized and Async Methods to Fetch and Read
The Fetch and Read methods are in the DmmMeasurement and DmmWaveformAcquisition classes. A session must be open and configured correctly for reading. In case of fetch, the session must be open, configured correctly, and initiated before the actual fetch. Reading is equivalent to initiating the acquisition and fetching the results. Calling Read() combines Initiate() and Fetch() into one call. Read() is suitable for simple acquisitions. Initiate() and Fetch() are better suited for complex applications.
- NI-DMM .NET Programming Flow
You can use the NIDmm .NET class library to initialize, configure, and read from your NI-DMM device. NI-DMM .NET, an Interchangeable Virtual Instrument (IVI)-compliant instrument driver, features a set of methods and properties that exercise the functionality of the NI-DMM hardware.
- Using the NI-DMM .NET Class Library in IVI.NET Applications
- Mapping the NI-DMM .NET API Enums and Enum Values to the NI-DMM C API Attributes and Values
- Mapping the NI-DMM .NET API to the NI-DMM C API