Using the NI-DMM .NET Class Library in IVI.NET Applications
- Updated2023-02-21
- 3 minute(s) read
The .NET API for NI-DMM is IVI.NET class-compliant. You can use the NI-DMM .NET API to run IVI.NET-compliant applications
using DMM hardware when you have the NI-DMM driver and the .NET API for NI-DMM installed. For more information, refer to the
NI Digital Multimeters Help.
![]() |
Note Integrated help for IVI Foundation interfaces is not provided. You must use the IntelliSense help. |
The .NET API for NI-DMM has two parts: the IVI.NET class-compliant API and the specific driver API. The following code snippet demonstrates how you can use an NI-DMM .NET specific driver API from a session obtained from an IVI.NET class-compliant API.
![]() |
Note The default value of OperationMode is IviDmmMode. When configuring the session by directly setting properties for waveform acquisition, OperationMode should be set to WaveformMode. |
![]() |
Note The session object must be closed once, either through an IIviDmm reference or through an NIDmm reference. |
Parent topic: NI-DMM .NET Class Library Help
