Files
GenericTeProgramLibrary/Source/TSRealLib/HAL/Implementations/Common/COTS/NI/NationalInstruments.ModularInstruments.NIDmm.Fx45.xml
2025-03-13 12:04:22 -07:00

10235 lines
592 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<doc>
<assembly>
<name>NationalInstruments.ModularInstruments.NIDmm.Fx45</name>
</assembly>
<members>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode">
<summary>
Specifies the operating mode of the NI 4022.
</summary>
<remarks>By default,
this is set to
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.Guard" crefType="Unqualified"/>.<para>
For the NI 4022 only.</para>
</remarks>
<lastupdated>3/4/2016 11:17:42 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.Guard">
<summary>
Enables the internal amplifier to be a unity gain buffer for performing a 6-wire
guarded measurement.
</summary>
<remarks>
This is the default operating mode.
</remarks>
<lastupdated>3/4/2016 11:18:03 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.Current100NanoAmp">
<summary>
Enables the low current amplifier and applies a gain of 1E8 V/A.
</summary>
<lastupdated>3/4/2016 11:17:46 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.Current10MicroAmp">
<summary>
Enables the low current amplifier and applies a gain of 1E6 V/A.
</summary>
<lastupdated>3/4/2016 11:17:50 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.Current1MilliAmp">
<summary>
Enables the low current amplifier and applies a gain of 1E4 V/A.
</summary>
<lastupdated>3/4/2016 11:17:56 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode.DisconnectFromAnalogGround">
<summary>
Disconnects the +INPUT (positive input terminal) from the analog ground.
</summary>
<remarks>
When one of the current amplification ranges is selected, the +INPUT (positive input terminal) of the amplifier
is tied to the analog ground by default. You can override this default configuration by selecting this option to disconnect the +INPUT, and allow the user to
provide an external reference. Calling one of the current amplification ranges after
using this reconnects the +INPUT to analog ground.
</remarks>
<lastupdated>3/4/2016 11:17:59 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus">
<summary>
Allows for storing and retrieving the acquisition status.
</summary>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadStatus(System.Int32@)"/>
<lastupdated>3/4/2016 11:18:06 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus.Running">
<summary>
The acquisition is in progress.
</summary>
<lastupdated>12/28/2009 1:35:17 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus.FinishedWithBacklog">
<summary>
The acquisition has finished, with a backlog. The backlog specifies the number of measurements available to be read.
</summary>
<lastupdated>12/28/2009 1:34:17 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus.FinishedWithNoBacklog">
<summary>
The acquisition has finished, with no backlog. The backlog specifies the number of measurements available to be read.
</summary>
<lastupdated>12/28/2009 1:34:47 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus.Paused">
<summary>
The acquisition is paused.
</summary>
<lastupdated>12/28/2009 1:35:07 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus.NoAcquisitionInProgress">
<summary>
No acquisition is in progress.
</summary>
<lastupdated>12/28/2009 1:34:57 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock">
<summary>
Provides synchronization locks obtained on the driver session.
</summary>
<threadsafety safety="safe"/>
<remarks>
This class is used to obtain a lock on the driver session allowing for thread safety.
</remarks>
<lastupdated>3/4/2016 11:05:41 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock.#ctor(Ivi.Driver.IIviDriverLock)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock"/> class.
</summary>
<param name="iviDriverLock">
Base interface for synchronization locks obtained on the driver session.
</param>
<lastupdated>3/21/2016 2:39:36 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock.Unlock">
<summary>
Releases a driver synchronization lock.
</summary>
<lastupdated>3/4/2016 11:05:48 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination">
<summary>
Specifies the destination of the Measurement Complete (MC) signal, which is issued when the DMM completes a single measurement.
</summary>
<remarks>
A digital trigger generated after taking a measurement is called Measurement Complete (MC).
</remarks>
<threadsafety safety="unsafe"/>
<lastupdated>3/4/2016 11:09:54 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.None">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing no specific trigger destination (<format type="monospace">None</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.External">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing pin 6 on the AUX connector (<format type="monospace">External</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:09:59 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl0">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 0 (<format type="monospace">Ttl0</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 1 (<format type="monospace">Ttl1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:18 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl2">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 2 (<format type="monospace">Ttl2</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:22 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl3">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 3 (<format type="monospace">Ttl3</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:26 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl4">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 4 (<format type="monospace">Ttl4</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:29 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl5">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 5 (<format type="monospace">Ttl5</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:33 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl6">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 6 (<format type="monospace">Ttl6</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:37 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl7">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing PXI Trigger Line 7 (<format type="monospace">Ttl7</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:43 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.LbrTrig0">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
representing the Local Bus Right Trigger Line 0 of a PXI/SCXI combination chassis (<format type="monospace">LbrTig1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:10:05 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.op_Implicit(System.String)~NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination">
<exclude/>
<lastupdated>3/4/2016 11:11:00 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.FromString(System.String)">
<summary>
Returns a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object
that represents the specified trigger source.
</summary>
<param name="source">
The trigger source specified as a <see cref="T:System.String"/>.
</param>
<returns>
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object that represents
the specified trigger destination.
</returns>
<lastupdated>3/4/2016 11:10:50 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.ToString">
<summary>
Converts this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>
to a human-readable string.
</summary>
<returns>
A <see cref="T:System.String"/> that corresponds to this
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/>.
</returns>
<lastupdated>3/4/2016 11:11:03 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Equals(System.Object)">
<summary>
Determines whether the specified object is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object.
</summary>
<param name="obj">
The <see cref="T:System.Object"/> to test.
</param>
<returns>
<see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:10:46 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.GetHashCode">
<summary>
Returns a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object.
</summary>
<returns>
An integer value that specifies a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:10:54 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction">
<summary>
Specifies the measurement function to be used.
</summary>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('dmmcref.chm::/caNIDMM_ATTR_FUNCTION.html');">NIDMM_ATTR_FUNCTION</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction"/>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)"/>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)"/>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)"/>
<lastupdated>3/21/2016 4:55:36 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.DCVolts">
<summary>
DC voltage.
</summary>
<lastupdated>3/4/2016 11:19:08 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.ACVolts">
<summary>
AC voltage.</summary>
<lastupdated>3/4/2016 11:18:52 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.DCCurrent">
<summary>
DC current.
</summary>
<lastupdated>3/4/2016 11:19:04 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.ACCurrent">
<summary>
AC current.
</summary>
<lastupdated>3/4/2016 11:18:45 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.TwoWireResistance">
<summary>
2-wire resistance.
</summary>
<lastupdated>3/4/2016 11:19:31 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.FourWireResistance">
<summary>
4-wire resistance.
</summary>
<lastupdated>3/4/2016 11:19:15 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Frequency">
<summary>
Frequency.
</summary>
<lastupdated>3/4/2016 11:19:19 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Period">
<summary>
Period.
</summary>
<lastupdated>3/4/2016 11:19:26 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Temperature">
<summary>
IVI spec enum value from IviDmm.h IVIDMM_VAL_TEMPERATURE
</summary>
<lastupdated>7/29/2017 11:18:57 AM</lastupdated>
<updatedby>lnayman</updatedby>
<approved>False</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.ACVoltsDCCoupled">
<summary>
AC voltage with DC coupling.
</summary>
<lastupdated>3/4/2016 11:18:57 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Diode">
<summary>
Diode.
</summary>
<lastupdated>3/4/2016 11:19:11 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Capacitance">
<summary>
Capacitance.
</summary>
<lastupdated>3/4/2016 11:19:01 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Inductance">
<summary>
Inductance.
</summary>
<lastupdated>3/4/2016 11:19:22 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformVoltage">
<summary>
Waveform voltage.
</summary>
<lastupdated>3/4/2016 11:19:38 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformCurrent">
<summary>
Waveform current.
</summary>
<lastupdated>3/4/2016 11:19:34 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtd">
<summary>
Configures the RTD (resistance temperature detector) for temperature measurements.
</summary>
<threadsafety safety="safe"/>
<remarks>
Use <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Rtd" crefType="Unqualified"/> to configure the RTD for temperature measurements.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/21/2016 4:46:04 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.A">
<summary>
Gets or sets the Callendar-Van Dusen A coefficient for RTD scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Type"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.Custom"/>.
</summary>
<value>The default value is 3.9083e-3 (Pt3851).</value>
<lastupdated>3/21/2016 4:46:07 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.B">
<summary>
Gets or sets the Callendar-Van Dusen B coefficient for RTD scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Type"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.Custom"/>.
</summary>
<value>The default value is -5.775e-7(Pt3851).</value>
<lastupdated>3/21/2016 4:46:10 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.C">
<summary>
Gets or sets the Callendar-Van Dusen C coefficient for RTD scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Type"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.Custom"/>.
</summary>
<value>The default value is -4.183e-12(Pt3851).</value>
<lastupdated>3/21/2016 4:46:13 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Resistance">
<summary>
Gets or sets the RTD resistance at 0 degrees Celsius.
</summary>
<remarks>
This applies to all supported RTDs, including custom RTDs.
</remarks>
<value>The default value is 100 (Ω).</value>
<lastupdated>3/21/2016 4:46:16 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Type">
<summary>
Gets or sets the type of RTD used to measure temperature.
</summary>
<value>The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3851" crefType="Unqualified"/>.</value>
<remarks>Refer to <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType" crefType="Unqualified"/> for additional information
about defined values.
</remarks>
<lastupdated>3/21/2016 4:46:20 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Ivi#Dmm#IIviDmmRtd#Alpha">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Ivi#Dmm#IIviDmmRtd#Resistance">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.Ivi#Dmm#IIviDmmRtd#Configure(System.Double,System.Double)">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureType(NationalInstruments.ModularInstruments.NIDmm.DmmRtdType,System.Double)">
<summary>
Configures the RTD type and RTD resistance parameters for an RTD.
</summary>
<param name="rtdType">
Specifies the type of RTD used to measure the temperature resistance. The default is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3851" crefType="Unqualified"/>.
</param>
<param name="rtdResistance">
Specifies the RTD resistance in ohms at 0 deg C. The default is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3851"/>.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType" crefType="Unqualified"/>
<lastupdated>1/11/2010 5:11:00 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureCustom(System.Double,System.Double,System.Double)">
<summary>
Configures the A, B, and C parameters for a custom RTD.
</summary>
<param name="rtdA">
Specifies the Callendar-Van Dusen A coefficient for RTD scaling when RTD Type parameter is set to Custom in the <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureType(NationalInstruments.ModularInstruments.NIDmm.DmmRtdType,System.Double)" crefType="Unqualified"/>. The default is 3.9083e-3 (Pt3851).
</param>
<param name="rtdB">
Specifies the Callendar-Van Dusen B coefficient for RTD scaling when RTD Type parameter is set to Custom in the <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureType(NationalInstruments.ModularInstruments.NIDmm.DmmRtdType,System.Double)" crefType="Unqualified"/> function. The default is -5.775e-7 (Pt3851).
</param>
<param name="rtdC">
Specifies the Callendar-Van Dusen C coefficient for RTD scaling when RTD Type parameter is set to Custom in the <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureType(NationalInstruments.ModularInstruments.NIDmm.DmmRtdType,System.Double)" crefType="Unqualified"/> function. The default is -4.183e-12 (Pt3851).
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<lastupdated>7/20/2009 10:49:17 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger">
<summary>
Represents a DMM trigger source.
</summary>
<threadsafety safety="unsafe"/>
<remarks>
This class can be used to get a particular DMM trigger source either from the static properties or from a string representation of the trigger source.
</remarks>
<lastupdated>3/4/2016 11:11:58 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Immediate">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing an unspecified trigger source (<format type="monospace">Immediate</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.External">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing Pin 9 on the AUX Connector
(<format type="monospace">External</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:06 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.SoftwareTrigger">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the software trigger source (<format type="monospace">Software Trigger</format>).
The sample trigger waits until <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SendSoftwareTrigger"/> is called.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:27 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Interval">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the Interval trigger source (<format type="monospace">Interval</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl0">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 0 source (<format type="monospace">Ttl0</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:30 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 1 source (<format type="monospace">Ttl1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:34 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl2">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 2 source (<format type="monospace">Ttl2</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:38 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl3">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 3 source (<format type="monospace">Ttl3</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:42 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl4">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 4 source (<format type="monospace">Ttl4</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:50 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl5">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 5 source (<format type="monospace">Ttl5</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:54 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl6">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 6 source (<format type="monospace">Ttl6</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:57 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl7">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Trigger Line 7 source (<format type="monospace">Ttl7</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:13:01 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.PxiStar">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the PXI Star trigger source (<format type="monospace">PxiStar</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:21 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.LbrTrig1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing the Local Bus Right Trigger Line 1 of a PXI/SCXI combination chassis
(<format type="monospace">LbrTig1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:16 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.AuxTrig1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object representing Pin 3 on the AUX Connector
(<format type="monospace">AuxTrig1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:12:02 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.op_Implicit(System.String)~NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger">
<exclude/>
<lastupdated>3/4/2016 11:13:18 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.FromString(System.String)">
<summary>
Returns a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object
that represents the specified trigger source.
</summary>
<param name="source">
The trigger source specified as a <see cref="T:System.String"/>.
</param>
<returns>
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object that represents
the specified trigger source.
</returns>
<lastupdated>3/4/2016 11:13:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.ToString">
<summary>
Converts this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>
to a human-readable string.
</summary>
<returns>
A <see cref="T:System.String"/> that corresponds to this
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/>.
</returns>
<lastupdated>3/4/2016 11:13:22 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Equals(System.Object)">
<summary>
Determines whether the specified object is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object.
</summary>
<param name="obj">
The <see cref="T:System.Object"/> to test.
</param>
<returns>
<see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:13:05 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.GetHashCode">
<summary>
Returns a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object.
</summary>
<returns>
An integer value that specifies a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:13:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple">
<summary>
Configures the thermocouple for temperature measurements.
</summary>
<threadsafety safety="safe"/>
<remarks>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple" crefType="Unqualified"/> to configure the thermocouple for temperature measurements.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:14:07 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.ReferenceJunctionType">
<summary>
Gets or sets the type of reference junction to be used in the reference junction compensation of a thermocouple.
</summary>
<remarks>The only supported value for <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType"/> is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType.Fixed"/>.</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType" crefType="FullyQualified"/>
<value><list type="table">
<listheader>
<term>Reference Junction Type</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType.Fixed" crefType="Unqualified"/>
</term>
<description>
Fixed reference junction.
</description>
</item>
</list>
</value>
<lastupdated>3/4/2016 11:14:15 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.FixedReferenceJunction">
<summary>
Gets or sets the reference junction temperature when a fixed reference junction is used to take a
thermocouple measurement.
</summary>
<value>The default value is 25.0 (°C).</value>
<lastupdated>3/4/2016 11:14:11 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Type">
<summary>
Gets or sets the type of thermocouple used to measure the temperature.
</summary>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType" crefType="FullyQualified"/>
<value>
The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.J" crefType="Unqualified"/>.
</value>
<lastupdated>3/4/2016 11:14:19 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Ivi#Dmm#IIviDmmThermocouple#FixedReferenceJunction">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Ivi#Dmm#IIviDmmThermocouple#ReferenceJunctionType">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Ivi#Dmm#IIviDmmThermocouple#Type">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Ivi#Dmm#IIviDmmThermocouple#Configure(Ivi.Dmm.ThermocoupleType,Ivi.Dmm.ReferenceJunctionType)">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType,NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType)">
<summary>
Configures the thermocouple type and reference junction type for a chosen thermocouple.
</summary>
<param name="thermocoupleType">
Specifies the type of thermocouple used to measure the temperature. The default is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.J" crefType="Unqualified"/>.
</param>
<param name="referenceJunctionType">
Specifies the type of reference junction to be used in the reference junction compensation of a thermocouple measurement. The only supported value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType.Fixed" crefType="Unqualified"/>.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType" crefType="Unqualified"/>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType" crefType="Unqualified"/>
<lastupdated>12/18/2009 4:22:54 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource">
<summary>
Represents a DMM trigger source.
</summary>
<threadsafety safety="unsafe"/>
<remarks>
This class can be used to get a particular DMM trigger source either from the static properties or from a string representation of the trigger source.
</remarks>
<lastupdated>3/4/2016 11:14:44 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Immediate">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing an unspecified trigger sample
(<format type="monospace">Immediate</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:14:58 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.External">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing Pin 9 on the AUX Connector
(<format type="monospace">External</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:14:55 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.SoftwareTrigger">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing the software trigger source (<format type="monospace">Software Trigger</format>).
The sample trigger waits until <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SendSoftwareTrigger"/> is called.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl0">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 0 (<format type="monospace">Ttl0</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 1 (<format type="monospace">Ttl1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:17 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl2">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 1 (<format type="monospace">Ttl1</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:21 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl3">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 3 (<format type="monospace">Ttl3</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:28 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl4">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 4 (<format type="monospace">Ttl4</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:32 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl5">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 5 (<format type="monospace">Ttl5</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:35 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl6">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 6 (<format type="monospace">Ttl6</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:38 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl7">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
representing PXI Trigger Line 7 (<format type="monospace">Ttl7</format>).</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:42 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.PxiStar">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing PXI STAR Trigger Line
(<format type="monospace">PXI Star</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:05 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.LbrTrig1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing Local Bus Right Trigger Line 1 of the PXI/SCXI combination chassis
(<format type="monospace">LbrTig1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:15:02 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.AuxTrig1">
<summary>
Gets a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object representing Pin 3 on the AUX Connector
(<format type="monospace">AuxTrig1</format>).
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</value>
<remarks>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('dmm.chm::/LVtrigger_routing.html');">LabVIEW Trigger Routing</see>
topic in the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:14:51 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.op_Implicit(System.String)~NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource">
<exclude/>
<lastupdated>3/4/2016 11:15:58 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.FromString(System.String)">
<summary>
Returns a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object
that represents the specified trigger source.
</summary>
<param name="source">
The trigger source specified as a <see cref="T:System.String"/>.
</param>
<returns>
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object that represents
the specified trigger source.
</returns>
<lastupdated>3/4/2016 11:15:50 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.ToString">
<summary>
Converts this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>
to a human-readable string.
</summary>
<returns>
A <see cref="T:System.String"/> that corresponds to this
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/>.
</returns>
<lastupdated>3/4/2016 11:16:04 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Equals(System.Object)">
<summary>
Determines whether the specified object is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object.
</summary>
<param name="obj">
The <see cref="T:System.Object"/> to test.
</param>
<returns>
<see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> and is equivalent to this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:15:46 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.GetHashCode">
<summary>
Returns a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object.
</summary>
<returns>
An integer value that specifies a hash code for this <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource" crefType="Unqualified"/> object.
</returns>
<lastupdated>3/4/2016 11:15:54 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier">
<summary>
Use DmmMeasurementCompleteDestination to specify the destination of the measurement complete signal.
</summary>
<lastupdated>9/23/2009 1:38:18 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.None">
<summary>
No Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.External">
<summary>
AUX I/O Connector.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl0">
<summary>
PXI Trigger Line 0.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl1">
<summary>
PXI Trigger Line 1.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl2">
<summary>
PXI Trigger Line 2.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl3">
<summary>
PXI Trigger Line 3.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl4">
<summary>
PXI Trigger Line 4.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl5">
<summary>
PXI Trigger Line 5.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl6">
<summary>
PXI Trigger Line 6.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.Ttl7">
<summary>
PXI Trigger Line 7.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmMeasurementCompleteDestinationIdentifier.LbrTrig0">
<summary>
Internal Trigger Line of a PXI/SCXI combination chassis.
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier">
<summary>
Use DmmSampleTrigger to specify the sample trigger value.
</summary>
<lastupdated>9/23/2009 1:46:28 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Immediate">
<summary>
No Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.External">
<summary>
AUX I/O Connector Trigger Line 0.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.SoftwareTrigger">
<summary>
Software Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Interval">
<summary>
Interval Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl0">
<summary>
PXI Trigger Line 0.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl1">
<summary>
PXI Trigger Line 1.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl2">
<summary>
PXI Trigger Line 2.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl3">
<summary>
PXI Trigger Line 3.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl4">
<summary>
PXI Trigger Line 4.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl5">
<summary>
PXI Trigger Line 5.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl6">
<summary>
PXI Trigger Line 6.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.Ttl7">
<summary>
PXI Trigger Line 7.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.PxiStar">
<summary>
PXI Star Trigger Line.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.LbrTrig1">
<summary>
Internal Trigger Line of a PXI/SCXI Combination Chassis.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmSampleTriggerIdentifier.AuxTrig1">
<summary>
AUX I/0 Connector Trigger Line 1.
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier">
<summary>
Use DmmTriggerSource to specify possible values for trigger source.
</summary>
<lastupdated>9/23/2009 1:50:36 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Immediate">
<summary>
No Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.External">
<summary>
AUX I/O Connector Trigger Line 0.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.SoftwareTrigger">
<summary>
Software Trigger.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl0">
<summary>
PXI Trigger Line 0.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl1">
<summary>
PXI Trigger Line 1.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl2">
<summary>
PXI Trigger Line 2.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl3">
<summary>
PXI Trigger Line 3.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl4">
<summary>
PXI Trigger Line 4.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl5">
<summary>
PXI Trigger Line 5.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl6">
<summary>
PXI Trigger Line 6.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.Ttl7">
<summary>
PXI Trigger Line 7.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.PxiStar">
<summary>
PXI Star Trigger Line.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.LbrTrig1">
<summary>
Internal Trigger Line of a PXI/SCXI Combination Chassis.
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmTriggerSourceIdentifier.AuxTrig1">
<summary>
AUX I/O Connector Trigger Line 1.
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ArgumentNull">
<summary>
Looks up a localized string similar to This argument cannot be null..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ArgumentOutOfRange">
<summary>
Looks up a localized string similar to The specified argument was out of the range of valid values..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.AutoZeroRequired">
<summary>
Looks up a localized string similar to For DmmAdvanced.NumberOfAverages to be set greater than 1, DmmAdvanced.AutoZero must be set to On and DmmAdvanced.OffsetCompensatedOhms must be set to Off..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.CannotChangeSimulationState">
<summary>
Looks up a localized string similar to The simulation state cannot be changed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.CannotOpenFile">
<summary>
Looks up a localized string similar to Cannot open file..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.DataNotAvailable">
<summary>
Looks up a localized string similar to The data is not available. It could be caused by calling DmmMeasurement.Fetch() or DmmMeasurement.FetchMultiPoint() before calling DmmMeasurement.Initiate() or after calling DmmMeasurement.Abort()..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ErrorReadingFile">
<summary>
Looks up a localized string similar to Error reading file..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ErrorWritingFile">
<summary>
Looks up a localized string similar to Error writing file..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.FileNotFound">
<summary>
Looks up a localized string similar to Unable to find the specified file..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InstrumentErrorDetected">
<summary>
Looks up a localized string similar to Instrument error detected. Use ErrorQuery() to determine the error(s)..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InstrumentIDQueryFailed">
<summary>
Looks up a localized string similar to Instrument ID query failed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InstrumentResetFailed">
<summary>
Looks up a localized string similar to Instrument reset failed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InstrumentStatusNotAvailable">
<summary>
Looks up a localized string similar to The instrument status is not available..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InsufficientMemory">
<summary>
Looks up a localized string similar to Insufficient memory to continue the execution of the program..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidArgument">
<summary>
Looks up a localized string similar to The argument is invalid.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidAutoRange">
<summary>
Looks up a localized string similar to The specified device cannot be configured for Auto Range when a trigger is selected. Set DmmTrigger.Source and/or DmmTrigger.SampleTrigger to Immediate while Auto Ranging..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidCombinationOfValuesForTriggerProperties">
<summary>
Looks up a localized string similar to The combination of DmmMultiPoint.MeasurementComplete, DmmTrigger.Source, and DmmTrigger.SampleTrigger is invalid. MeasurementComplete cannot have the same value as Source or SampleTrigger..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidFileFormat">
<summary>
Looks up a localized string similar to The file does not conform to the expected file format..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidOperationMode">
<summary>
Looks up a localized string similar to The function is not valid for the given NIDmm.OperationMode. This error can be caused by calling DmmWaveformAcquisition.FetchWaveform() or ReadWaveform() while the OperationMode is set to IviDmmMode. Similarly it can also be caused by calling DmmMeasurement.Read(), Fetch(), FetchMultiPoint() or ReadMultiPoint() while the OperationMode is set to WaveformMode..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidPath">
<summary>
Looks up a localized string similar to The pathName is invalid..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidRepeatedCapabilityNameInSelector">
<summary>
Looks up a localized string similar to Invalid repeated capability name in selector..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidRepeatedCapabilitySelectorFormat">
<summary>
Looks up a localized string similar to Invalid format for repeated capability selector..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidValueForSourceAndSampleTrigger">
<summary>
Looks up a localized string similar to DmmTrigger.Source and DmmTrigger.SampleTrigger cannot be set to External when the device is configured for SCXI control..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.InvalidWaveformRateAndNumberOfPointsCombination">
<summary>
Looks up a localized string similar to The specified DmmWaveformAcquisition.Rate and DmmWaveformAcquisition.NumberOfPoints results in an acquisition time that is less than the minimum time(8.89 µs) required by the device..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.IOException">
<summary>
Looks up a localized string similar to An instrument I/O error occurred..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.IsNotOneOfIntDoubleBoolStringDmmHandleEnum">
<summary>
Looks up a localized string similar to is not one of int, double, bool, string, DmmHandle, Enum..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.MaxSettleTimeExceeded">
<summary>
Looks up a localized string similar to Please verify that the sum of the DmmTrigger.Delay and DmmAdvanced.SettleTime, and the sum of the DmmTrigger.SampleInterval and DmmAdvanced.SettleTime do not exceed the maximum allowed time..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.MaxTimeExceeded">
<summary>
Looks up a localized string similar to The operation did not complete within the maximum time allowed. Timeout: 2000mS..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.NonReadableProperty">
<summary>
Looks up a localized string similar to The property is not readable..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.NonRecoverableFailure">
<summary>
Looks up a localized string similar to Failure - cannot recover..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.NonWriteableProperty">
<summary>
Looks up a localized string similar to The property is not writeable..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.Null">
<summary>
Looks up a localized string similar to null.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.OperationInProgress">
<summary>
Looks up a localized string similar to Operation in progress..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.OperationNotSupported">
<summary>
Looks up a localized string similar to The method or property is not supported..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.OptionStringIncomplete">
<summary>
Looks up a localized string similar to The option string is missing a required option..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.OptionStringInvalid">
<summary>
Looks up a localized string similar to The option string contains an invalid option value..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.OrHigherVersionOfTheNIDMMDriver">
<summary>
Looks up a localized string similar to or higher version of the NI-DMM driver..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.PreviousAcquisitionNotCompleted">
<summary>
Looks up a localized string similar to The previous acquisition has not completed. Call DmmMeasurement.Abort() to stop the previous acquisition..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.PropertyInvalidatedByAnotherSetting">
<summary>
Looks up a localized string similar to A property was invalidated by another setting..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.PropertyNotSupported">
<summary>
Looks up a localized string similar to The property is not supported for this device..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.RepeatedCapabilitySelectorNameIsRequired">
<summary>
Looks up a localized string similar to The repeated capability selector name is required..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ResetNotSupported">
<summary>
Looks up a localized string similar to The instrument does not support the reset operation..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SelectionHeirarchyInvalid">
<summary>
Looks up a localized string similar to The repeated capability selector has the wrong number of levels..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SelectionRangeInvalid">
<summary>
Looks up a localized string similar to The repeated capability selector includes an invalid range or list..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SelfTestFailedForACMeasurement">
<summary>
Looks up a localized string similar to DmmDriverUtility.SelfTest() for AC measurement failed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SelfTestFailedForDCMeasurement">
<summary>
Looks up a localized string similar to DmmDriverUtility.SelfTest() for DC measurement failed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SelfTestFailedForResistanceMeasurement">
<summary>
Looks up a localized string similar to DmmDriverUtility.SelfTest() for resistance measurement failed..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.SourceAndSampleTriggerCombinationInvalid">
<summary>
Looks up a localized string similar to The combination of DmmTrigger.Source and DmmTrigger.SampleTrigger is invalid. They must have the same source and slope if both are routed from external sources..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.TheNIDMMDriverFoundIs">
<summary>
Looks up a localized string similar to The NI-DMM driver version found is.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ThisVersionOftheAPIForNIDMMRequires">
<summary>
Looks up a localized string similar to This version of the .NET API for NI-DMM requires.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.TooManyFilesOpen">
<summary>
Looks up a localized string similar to Too many files are open..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.TriggerNotSoftware">
<summary>
Looks up a localized string similar to The trigger source is not set to software trigger..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.TryingToSetOrGetAValueOfAnInvalidType">
<summary>
Looks up a localized string similar to Trying to set or get a value of an invalid type..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.UnexpectedResponseFromInstrument">
<summary>
Looks up a localized string similar to The response from the instrument was unexpected..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.UnknownIviDriverPhysicalName">
<summary>
Looks up a localized string similar to The configuration store driver session references a physical name that is not defined by the driver..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.UnknownOptionName">
<summary>
Looks up a localized string similar to The option string contains an unknown option name.
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ValueNotSupported">
<summary>
Looks up a localized string similar to Value not supported..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.ValueShouldBePositive">
<summary>
Looks up a localized string similar to Value should be positive..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningErrorQueryNotSupported">
<summary>
Looks up a localized string similar to Error query is not supported by this instrument..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningExternalCalibrationBufferTruncated">
<summary>
Looks up a localized string similar to String was truncated because it was too large to fit in the EEPROM..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningExternalCalibrationSelfCalibrationNeeded">
<summary>
Looks up a localized string similar to Data may not be within recommended specifications unless you apply Self calibration..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningIdQueryNotSupported">
<summary>
Looks up a localized string similar to ID Query is not supported by this instrument..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningRevisionQueryNotSupported">
<summary>
Looks up a localized string similar to Firmware revision query is not supported by this instrument..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningSelfTestNotSupported">
<summary>
Looks up a localized string similar to Self test is not supported by this instrument..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningSimulating">
<summary>
Looks up a localized string similar to Driver is in simulation mode..
</summary>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.Internal.Resources.WarningUnderRange">
<summary>
Looks up a localized string similar to DMM did not detect a base frequency in the input signal, or the capacitance was too small to be measured accurately..
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmNativeMethods">
<summary>
Header: //Measurements/DMM/niDmmComponents/nidmmh/export/18.1/18.1.0f0/includes/nidmmh/nidmm.h
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId">
<summary>
Header: //Measurements/DMM/niDmmComponents/nidmmh/export/18.1/18.1.0f0/includes/nidmmh/nidmm.h
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Base">
<summary>
C Header Attribute: NIDMM_ATTR_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.PrivateBase">
<summary>
C Header Attribute: NIDMM_ATTR_PRIVATE_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.RangeCheck">
<summary>
C Header Attribute: NIDMM_ATTR_RANGE_CHECK
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.QueryInstrumentStatus">
<summary>
C Header Attribute: NIDMM_ATTR_QUERY_INSTRUMENT_STATUS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Cache">
<summary>
C Header Attribute: NIDMM_ATTR_CACHE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Simulate">
<summary>
C Header Attribute: NIDMM_ATTR_SIMULATE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.RecordCoercions">
<summary>
C Header Attribute: NIDMM_ATTR_RECORD_COERCIONS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.InterchangeCheck">
<summary>
C Header Attribute: NIDMM_ATTR_INTERCHANGE_CHECK
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverClassSpecMajorVersion">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_CLASS_SPEC_MAJOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverClassSpecMinorVersion">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_CLASS_SPEC_MINOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverDescription">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_DESCRIPTION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverPrefix">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_PREFIX
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverVendor">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_VENDOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverRevision">
<summary>
C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_REVISION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ClassDriverClassSpecMajorVersion">
<summary>
C Header Attribute: NIDMM_ATTR_CLASS_DRIVER_CLASS_SPEC_MAJOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ClassDriverClassSpecMinorVersion">
<summary>
C Header Attribute: NIDMM_ATTR_CLASS_DRIVER_CLASS_SPEC_MINOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ChannelCount">
<summary>
C Header Attribute: NIDMM_ATTR_CHANNEL_COUNT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SupportedInstrumentModels">
<summary>
C Header Attribute: NIDMM_ATTR_SUPPORTED_INSTRUMENT_MODELS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.GroupCapabilities">
<summary>
C Header Attribute: NIDMM_ATTR_GROUP_CAPABILITIES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.InstrumentManufacturer">
<summary>
C Header Attribute: NIDMM_ATTR_INSTRUMENT_MANUFACTURER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.InstrumentModel">
<summary>
C Header Attribute: NIDMM_ATTR_INSTRUMENT_MODEL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.InstrumentFirmwareRevision">
<summary>
C Header Attribute: NIDMM_ATTR_INSTRUMENT_FIRMWARE_REVISION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.LogicalName">
<summary>
C Header Attribute: NIDMM_ATTR_LOGICAL_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.IoResourceDescriptor">
<summary>
C Header Attribute: NIDMM_ATTR_IO_RESOURCE_DESCRIPTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DriverSetup">
<summary>
C Header Attribute: NIDMM_ATTR_DRIVER_SETUP
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.IoSession">
<summary>
C Header Attribute: NIDMM_ATTR_IO_SESSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Function">
<summary>
C Header Attribute: NIDMM_ATTR_FUNCTION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Range">
<summary>
C Header Attribute: NIDMM_ATTR_RANGE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ResolutionAbsolute">
<summary>
C Header Attribute: NIDMM_ATTR_RESOLUTION_ABSOLUTE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ResolutionDigits">
<summary>
C Header Attribute: NIDMM_ATTR_RESOLUTION_DIGITS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TriggerDelay">
<summary>
C Header Attribute: NIDMM_ATTR_TRIGGER_DELAY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TriggerSource">
<summary>
C Header Attribute: NIDMM_ATTR_TRIGGER_SOURCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AcMaxFreq">
<summary>
C Header Attribute: NIDMM_ATTR_AC_MAX_FREQ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AcMinFreq">
<summary>
C Header Attribute: NIDMM_ATTR_AC_MIN_FREQ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.FreqVoltageRange">
<summary>
C Header Attribute: NIDMM_ATTR_FREQ_VOLTAGE_RANGE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.MeasCompleteDest">
<summary>
C Header Attribute: NIDMM_ATTR_MEAS_COMPLETE_DEST
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleCount">
<summary>
C Header Attribute: NIDMM_ATTR_SAMPLE_COUNT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleInterval">
<summary>
C Header Attribute: NIDMM_ATTR_SAMPLE_INTERVAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleTrigger">
<summary>
C Header Attribute: NIDMM_ATTR_SAMPLE_TRIGGER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TriggerCount">
<summary>
C Header Attribute: NIDMM_ATTR_TRIGGER_COUNT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ApertureTime">
<summary>
C Header Attribute: NIDMM_ATTR_APERTURE_TIME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ApertureTimeUnits">
<summary>
C Header Attribute: NIDMM_ATTR_APERTURE_TIME_UNITS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AutoRangeValue">
<summary>
C Header Attribute: NIDMM_ATTR_AUTO_RANGE_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AutoZero">
<summary>
C Header Attribute: NIDMM_ATTR_AUTO_ZERO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.PowerlineFreq">
<summary>
C Header Attribute: NIDMM_ATTR_POWERLINE_FREQ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TriggerSlope">
<summary>
C Header Attribute: NIDMM_ATTR_TRIGGER_SLOPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleTriggerSlope">
<summary>
C Header Attribute: NIDMM_ATTR_SAMPLE_TRIGGER_SLOPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.MeasDestSlope">
<summary>
C Header Attribute: NIDMM_ATTR_MEAS_DEST_SLOPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AdcCalibration">
<summary>
C Header Attribute: NIDMM_ATTR_ADC_CALIBRATION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.OffsetCompOhms">
<summary>
C Header Attribute: NIDMM_ATTR_OFFSET_COMP_OHMS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.NumberOfAverages">
<summary>
C Header Attribute: NIDMM_ATTR_NUMBER_OF_AVERAGES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.CurrentSource">
<summary>
C Header Attribute: NIDMM_ATTR_CURRENT_SOURCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DcNoiseRejection">
<summary>
C Header Attribute: NIDMM_ATTR_DC_NOISE_REJECTION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SettleTime">
<summary>
C Header Attribute: NIDMM_ATTR_SETTLE_TIME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.InputResistance">
<summary>
C Header Attribute: NIDMM_ATTR_INPUT_RESISTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Latency">
<summary>
C Header Attribute: NIDMM_ATTR_LATENCY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.BufferSize">
<summary>
C Header Attribute: NIDMM_ATTR_BUFFER_SIZE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ShuntValue">
<summary>
C Header Attribute: NIDMM_ATTR_SHUNT_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.OperationMode">
<summary>
C Header Attribute: NIDMM_ATTR_OPERATION_MODE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.WaveformRate">
<summary>
C Header Attribute: NIDMM_ATTR_WAVEFORM_RATE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.WaveformPoints">
<summary>
C Header Attribute: NIDMM_ATTR_WAVEFORM_POINTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.WaveformCoupling">
<summary>
C Header Attribute: NIDMM_ATTR_WAVEFORM_COUPLING
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.FreqVoltageAutoRangeValue">
<summary>
C Header Attribute: NIDMM_ATTR_FREQ_VOLTAGE_AUTO_RANGE_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.CableCompType">
<summary>
C Header Attribute: NIDMM_ATTR_CABLE_COMP_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ShortCableCompReactance">
<summary>
C Header Attribute: NIDMM_ATTR_SHORT_CABLE_COMP_REACTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ShortCableCompResistance">
<summary>
C Header Attribute: NIDMM_ATTR_SHORT_CABLE_COMP_RESISTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.OpenCableCompSusceptance">
<summary>
C Header Attribute: NIDMM_ATTR_OPEN_CABLE_COMP_SUSCEPTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.OpenCableCompConductance">
<summary>
C Header Attribute: NIDMM_ATTR_OPEN_CABLE_COMP_CONDUCTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.LcCalculationModel">
<summary>
C Header Attribute: NIDMM_ATTR_LC_CALCULATION_MODEL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DcBias">
<summary>
C Header Attribute: NIDMM_ATTR_DC_BIAS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.LcNumberMeasToAverage">
<summary>
C Header Attribute: NIDMM_ATTR_LC_NUMBER_MEAS_TO_AVERAGE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SerialNumber">
<summary>
C Header Attribute: NIDMM_ATTR_SERIAL_NUMBER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ConfigProductNumber">
<summary>
C Header Attribute: NIDMM_ATTR_CONFIG_PRODUCT_NUMBER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempTransducerType">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_TRANSDUCER_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempTcRefJuncType">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_TC_REF_JUNC_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempTcType">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_TC_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempTcFixedRefJunc">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_TC_FIXED_REF_JUNC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempRtdType">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_RTD_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempRtdRes">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_RTD_RES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempRtdA">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_RTD_A
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempRtdB">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_RTD_B
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempRtdC">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_RTD_C
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempThermistorType">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_THERMISTOR_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempThermistorA">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_THERMISTOR_A
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempThermistorB">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_THERMISTOR_B
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.TempThermistorC">
<summary>
C Header Attribute: NIDMM_ATTR_TEMP_THERMISTOR_C
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.QueryInstrStatus">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_QUERY_INSTR_STATUS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DeferUpdate">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_DEFER_UPDATE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ReturnDeferredValues">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_RETURN_DEFERRED_VALUES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.PrimaryError">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_PRIMARY_ERROR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SecondaryError">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SECONDARY_ERROR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ErrorElaboration">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_ERROR_ELABORATION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.NumChannels">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_NUM_CHANNELS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificPrefix">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SPECIFIC_PREFIX
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ResourceDescriptor">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_RESOURCE_DESCRIPTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.VisaRmSession">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_VISA_RM_SESSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.EngineMajorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_ENGINE_MAJOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.EngineMinorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_ENGINE_MINOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverMajorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_MAJOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DriverMajorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_DRIVER_MAJOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SpecificDriverMinorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SPECIFIC_DRIVER_MINOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DriverMinorVersion">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_DRIVER_MINOR_VERSION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.DriverRevision">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_DRIVER_REVISION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.EngineRevision">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_ENGINE_REVISION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.IdQueryResponse">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_ID_QUERY_RESPONSE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ChanNames">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_CHAN_NAMES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AiNumChannels">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_AI_NUM_CHANNELS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.FilterNotch">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_FILTER_NOTCH
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.ConverPerSample">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_CONVER_PER_SAMPLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.StartTrigger">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_START_TRIGGER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.StartTrigSlope">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_START_TRIG_SLOPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleTriggerDelay">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SAMPLE_TRIGGER_DELAY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.OldTriggerModel">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_OLD_TRIGGER_MODEL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.AiBufferSize">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_AI_BUFFER_SIZE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.SampleDelayMode">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_SAMPLE_DELAY_MODE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmPropertyId.Resolution">
<summary>
Obsolete C Header Attribute: NIDMM_ATTR_RESOLUTION
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants">
<summary>
Header: //Measurements/DMM/niDmmComponents/nidmmh/export/18.1/18.1.0f0/includes/nidmmh/nidmm.h
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ExtStatusBase">
<summary>
C Header Error: NIDMM_ERROR_EXT_STATUS_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.Extcal">
<summary>
C Header Error: NIDMM_ERROR_EXTCAL_ERROR_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotLoadIviEngine">
<summary>
C Header Error: IVI_ERROR_CANNOT_LOAD_IVI_ENGINE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotRecover">
<summary>
C Header Error: IVI_ERROR_CANNOT_RECOVER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InstrSpecific">
<summary>
C Header Error: IVI_ERROR_INSTR_SPECIFIC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InstrumentStatus">
<summary>
C Header Error: IVI_ERROR_INSTRUMENT_STATUS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotOpenFile">
<summary>
C Header Error: IVI_ERROR_CANNOT_OPEN_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ReadingFile">
<summary>
C Header Error: IVI_ERROR_READING_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.WritingFile">
<summary>
C Header Error: IVI_ERROR_WRITING_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DriverModuleNotFound">
<summary>
C Header Error: IVI_ERROR_DRIVER_MODULE_NOT_FOUND
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotOpenDriverModule">
<summary>
C Header Error: IVI_ERROR_CANNOT_OPEN_DRIVER_MODULE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidDriverModule">
<summary>
C Header Error: IVI_ERROR_INVALID_DRIVER_MODULE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UndefinedReferences">
<summary>
C Header Error: IVI_ERROR_UNDEFINED_REFERENCES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.FunctionNotFound">
<summary>
C Header Error: IVI_ERROR_FUNCTION_NOT_FOUND
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.LoadingDriverModule">
<summary>
C Header Error: IVI_ERROR_LOADING_DRIVER_MODULE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidPathname">
<summary>
C Header Error: IVI_ERROR_INVALID_PATHNAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidAttribute">
<summary>
C Header Error: IVI_ERROR_INVALID_ATTRIBUTE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IviAttrNotWritable">
<summary>
C Header Error: IVI_ERROR_IVI_ATTR_NOT_WRITABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IviAttrNotReadable">
<summary>
C Header Error: IVI_ERROR_IVI_ATTR_NOT_READABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidParameter">
<summary>
C Header Error: IVI_ERROR_INVALID_PARAMETER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidValue">
<summary>
C Header Error: IVI_ERROR_INVALID_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.FunctionNotSupported">
<summary>
C Header Error: IVI_ERROR_FUNCTION_NOT_SUPPORTED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttributeNotSupported">
<summary>
C Header Error: IVI_ERROR_ATTRIBUTE_NOT_SUPPORTED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ValueNotSupported">
<summary>
C Header Error: IVI_ERROR_VALUE_NOT_SUPPORTED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidType">
<summary>
C Header Error: IVI_ERROR_INVALID_TYPE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.TypesDoNotMatch">
<summary>
C Header Error: IVI_ERROR_TYPES_DO_NOT_MATCH
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.MultipleDeferredSetting">
<summary>
C Header Error: IVI_ERROR_MULTIPLE_DEFERRED_SETTING
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ItemAlreadyExists">
<summary>
C Header Error: IVI_ERROR_ITEM_ALREADY_EXISTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidConfiguration">
<summary>
C Header Error: IVI_ERROR_INVALID_CONFIGURATION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ValueNotAvailable">
<summary>
C Header Error: IVI_ERROR_VALUE_NOT_AVAILABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttributeValueNotKnown">
<summary>
C Header Error: IVI_ERROR_ATTRIBUTE_VALUE_NOT_KNOWN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NoRangeTable">
<summary>
C Header Error: IVI_ERROR_NO_RANGE_TABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidRangeTable">
<summary>
C Header Error: IVI_ERROR_INVALID_RANGE_TABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NotInitialized">
<summary>
C Header Error: IVI_ERROR_NOT_INITIALIZED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NonInterchangeableBehavior">
<summary>
C Header Error: IVI_ERROR_NON_INTERCHANGEABLE_BEHAVIOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NoChannelTable">
<summary>
C Header Error: IVI_ERROR_NO_CHANNEL_TABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnknownRepeatedCapabilityName">
<summary>
C Header Error: IVI_ERROR_UNKNOWN_REPEATED_CAPABILITY_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnknownChannelName">
<summary>
C Header Error: IVI_ERROR_UNKNOWN_CHANNEL_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.SysRsrcAlloc">
<summary>
C Header Error: IVI_ERROR_SYS_RSRC_ALLOC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AccessDenied">
<summary>
C Header Error: IVI_ERROR_ACCESS_DENIED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.TooManyOpenFiles">
<summary>
C Header Error: IVI_ERROR_TOO_MANY_OPEN_FILES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.TooManyFilesOpen">
<summary>
C Header Error: IVI_ERROR_TOO_MANY_FILES_OPEN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnableToCreateTempFile">
<summary>
C Header Error: IVI_ERROR_UNABLE_TO_CREATE_TEMP_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NoUnusedTempFilenames">
<summary>
C Header Error: IVI_ERROR_NO_UNUSED_TEMP_FILENAMES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DiskFull">
<summary>
C Header Error: IVI_ERROR_DISK_FULL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ConfigFileNotFound">
<summary>
C Header Error: IVI_ERROR_CONFIG_FILE_NOT_FOUND
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotOpenConfigFile">
<summary>
C Header Error: IVI_ERROR_CANNOT_OPEN_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ErrorReadingConfigFile">
<summary>
C Header Error: IVI_ERROR_ERROR_READING_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadIntegerInConfigFile">
<summary>
C Header Error: IVI_ERROR_BAD_INTEGER_IN_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadDoubleInConfigFile">
<summary>
C Header Error: IVI_ERROR_BAD_DOUBLE_IN_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadBooleanInConfigFile">
<summary>
C Header Error: IVI_ERROR_BAD_BOOLEAN_IN_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ConfigEntryNotFound">
<summary>
C Header Error: IVI_ERROR_CONFIG_ENTRY_NOT_FOUND
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DriverDllInitFailed">
<summary>
C Header Error: IVI_ERROR_DRIVER_DLL_INIT_FAILED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DriverUnresolvedSymbol">
<summary>
C Header Error: IVI_ERROR_DRIVER_UNRESOLVED_SYMBOL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotFindCviRte">
<summary>
C Header Error: IVI_ERROR_CANNOT_FIND_CVI_RTE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotOpenCviRte">
<summary>
C Header Error: IVI_ERROR_CANNOT_OPEN_CVI_RTE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CviRteInvalidFormat">
<summary>
C Header Error: IVI_ERROR_CVI_RTE_INVALID_FORMAT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CviRteMissingFunction">
<summary>
C Header Error: IVI_ERROR_CVI_RTE_MISSING_FUNCTION
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CviRteInitFailed">
<summary>
C Header Error: IVI_ERROR_CVI_RTE_INIT_FAILED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CviRteUnresolvedSymbol">
<summary>
C Header Error: IVI_ERROR_CVI_RTE_UNRESOLVED_SYMBOL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.LoadingCviRte">
<summary>
C Header Error: IVI_ERROR_LOADING_CVI_RTE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotOpenDllForExports">
<summary>
C Header Error: IVI_ERROR_CANNOT_OPEN_DLL_FOR_EXPORTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DllCorrupted">
<summary>
C Header Error: IVI_ERROR_DLL_CORRUPTED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NoDllExportTable">
<summary>
C Header Error: IVI_ERROR_NO_DLL_EXPORT_TABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnknownDefaultSetupAttr">
<summary>
C Header Error: IVI_ERROR_UNKNOWN_DEFAULT_SETUP_ATTR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidDefaultSetupVal">
<summary>
C Header Error: IVI_ERROR_INVALID_DEFAULT_SETUP_VAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnknownMemoryPtr">
<summary>
C Header Error: IVI_ERROR_UNKNOWN_MEMORY_PTR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.EmptyRepeatedCapabilityList">
<summary>
C Header Error: IVI_ERROR_EMPTY_REPEATED_CAPABILITY_LIST
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.EmptyChannelList">
<summary>
C Header Error: IVI_ERROR_EMPTY_CHANNEL_LIST
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DuplicateRepeatedCapabilityIdentifier">
<summary>
C Header Error: IVI_ERROR_DUPLICATE_REPEATED_CAPABILITY_IDENTIFIER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DuplicateChannelString">
<summary>
C Header Error: IVI_ERROR_DUPLICATE_CHANNEL_STRING
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DuplicateVirtChanName">
<summary>
C Header Error: IVI_ERROR_DUPLICATE_VIRT_CHAN_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.MissingVirtChanName">
<summary>
C Header Error: IVI_ERROR_MISSING_VIRT_CHAN_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadVirtChanName">
<summary>
C Header Error: IVI_ERROR_BAD_VIRT_CHAN_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnassignedVirtChanName">
<summary>
C Header Error: IVI_ERROR_UNASSIGNED_VIRT_CHAN_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadVirtChanAssignment">
<summary>
C Header Error: IVI_ERROR_BAD_VIRT_CHAN_ASSIGNMENT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ChannelNameRequired">
<summary>
C Header Error: IVI_ERROR_CHANNEL_NAME_REQUIRED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.RepeatedCapabilityNameRequired">
<summary>
C Header Error: IVI_ERROR_REPEATED_CAPABILITY_NAME_REQUIRED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ChannelNameNotAllowed">
<summary>
C Header Error: IVI_ERROR_CHANNEL_NAME_NOT_ALLOWED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.RepeatedCapabilityNameNotAllowed">
<summary>
C Header Error: IVI_ERROR_REPEATED_CAPABILITY_NAME_NOT_ALLOWED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttrNotValidForRepeatedCapability">
<summary>
C Header Error: IVI_ERROR_ATTR_NOT_VALID_FOR_REPEATED_CAPABILITY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttrNotValidForChannel">
<summary>
C Header Error: IVI_ERROR_ATTR_NOT_VALID_FOR_CHANNEL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttrMustBeRepeatedCapabilityBased">
<summary>
C Header Error: IVI_ERROR_ATTR_MUST_BE_REPEATED_CAPABILITY_BASED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttrMustBeChannelBased">
<summary>
C Header Error: IVI_ERROR_ATTR_MUST_BE_CHANNEL_BASED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ChannelAlreadyExcluded">
<summary>
C Header Error: IVI_ERROR_CHANNEL_ALREADY_EXCLUDED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.MissingOptionName">
<summary>
C Header Error: IVI_ERROR_MISSING_OPTION_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.MissingOptionValue">
<summary>
C Header Error: IVI_ERROR_MISSING_OPTION_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadOptionName">
<summary>
C Header Error: IVI_ERROR_BAD_OPTION_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadOptionValue">
<summary>
C Header Error: IVI_ERROR_BAD_OPTION_VALUE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NotCreatedByClass">
<summary>
C Header Error: IVI_ERROR_NOT_CREATED_BY_CLASS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IviIniIsReserved">
<summary>
C Header Error: IVI_ERROR_IVI_INI_IS_RESERVED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.DupRuntimeConfigEntry">
<summary>
C Header Error: IVI_ERROR_DUP_RUNTIME_CONFIG_ENTRY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IndexIsOneBased">
<summary>
C Header Error: IVI_ERROR_INDEX_IS_ONE_BASED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IndexIsTooHigh">
<summary>
C Header Error: IVI_ERROR_INDEX_IS_TOO_HIGH
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AttrNotCacheable">
<summary>
C Header Error: IVI_ERROR_ATTR_NOT_CACHEABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AddrAttrsMustBeHidden">
<summary>
C Header Error: IVI_ERROR_ADDR_ATTRS_MUST_BE_HIDDEN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadRepeatedCapabilityName">
<summary>
C Header Error: IVI_ERROR_BAD_REPEATED_CAPABILITY_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadChannelName">
<summary>
C Header Error: IVI_ERROR_BAD_CHANNEL_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadPrefixInConfigFile">
<summary>
C Header Error: IVI_ERROR_BAD_PREFIX_IN_CONFIG_FILE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.OutOfMemory">
<summary>
C Header Error: IVI_ERROR_OUT_OF_MEMORY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.OperationPending">
<summary>
C Header Error: IVI_ERROR_OPERATION_PENDING
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.NullPointer">
<summary>
C Header Error: IVI_ERROR_NULL_POINTER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnexpectedResponse">
<summary>
C Header Error: IVI_ERROR_UNEXPECTED_RESPONSE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.FileNotFound">
<summary>
C Header Error: IVI_ERROR_FILE_NOT_FOUND
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidFileFormat">
<summary>
C Header Error: IVI_ERROR_INVALID_FILE_FORMAT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.StatusNotAvailable">
<summary>
C Header Error: IVI_ERROR_STATUS_NOT_AVAILABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.IdQueryFailed">
<summary>
C Header Error: IVI_ERROR_ID_QUERY_FAILED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ResetFailed">
<summary>
C Header Error: IVI_ERROR_RESET_FAILED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ResourceUnknown">
<summary>
C Header Error: IVI_ERROR_RESOURCE_UNKNOWN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.AlreadyInitialized">
<summary>
C Header Error: IVI_ERROR_ALREADY_INITIALIZED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotChangeSimulationState">
<summary>
C Header Error: IVI_ERROR_CANNOT_CHANGE_SIMULATION_STATE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidNumberOfLevelsInSelector">
<summary>
C Header Error: IVI_ERROR_INVALID_NUMBER_OF_LEVELS_IN_SELECTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidRangeInSelector">
<summary>
C Header Error: IVI_ERROR_INVALID_RANGE_IN_SELECTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnkownNameInSelector">
<summary>
C Header Error: IVI_ERROR_UNKOWN_NAME_IN_SELECTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.BadlyFormedSelector">
<summary>
C Header Error: IVI_ERROR_BADLY_FORMED_SELECTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.UnknownPhysicalIdentifier">
<summary>
C Header Error: IVI_ERROR_UNKNOWN_PHYSICAL_IDENTIFIER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotModifyRepeatedCapabilityTable">
<summary>
C Header Error: IVI_ERROR_CANNOT_MODIFY_REPEATED_CAPABILITY_TABLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.CannotRestrictAttributeTwice">
<summary>
C Header Error: IVI_ERROR_CANNOT_RESTRICT_ATTRIBUTE_TWICE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.RepeatedCapabilityAlreadyExists">
<summary>
C Header Error: IVI_ERROR_REPEATED_CAPABILITY_ALREADY_EXISTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.RepeatedCapabilityNotDefined">
<summary>
C Header Error: IVI_ERROR_REPEATED_CAPABILITY_NOT_DEFINED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.InvalidRepeatedCapabilityName">
<summary>
C Header Error: IVI_ERROR_INVALID_REPEATED_CAPABILITY_NAME
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmErrorConstants.ConfigServerNotPresent">
<summary>
C Header Error: IVI_ERROR_CONFIG_SERVER_NOT_PRESENT
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants">
<summary>
Header: //Measurements/DMM/niDmmComponents/nidmmh/export/18.1/18.1.0f0/includes/nidmmh/nidmm.h
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.FuncSpecificExtBase">
<summary>
C Header Value: NIDMM_VAL_FUNC_SPECIFIC_EXT_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TriggerSourceSpecificExtBase">
<summary>
C Header Value: NIDMM_VAL_TRIGGER_SOURCE_SPECIFIC_EXT_BASE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TypeNormal">
<summary>
C Header Value: NIDMM_VAL_TYPE_NORMAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TypeNan">
<summary>
C Header Value: NIDMM_VAL_TYPE_NAN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TypePinf">
<summary>
C Header Value: NIDMM_VAL_TYPE_PINF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TypeNinf">
<summary>
C Header Value: NIDMM_VAL_TYPE_NINF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcVolts">
<summary>
C Header Value: NIDMM_VAL_DC_VOLTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AcVolts">
<summary>
C Header Value: NIDMM_VAL_AC_VOLTS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcCurrent">
<summary>
C Header Value: NIDMM_VAL_DC_CURRENT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AcCurrent">
<summary>
C Header Value: NIDMM_VAL_AC_CURRENT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._2WireRes">
<summary>
C Header Value: NIDMM_VAL_2_WIRE_RES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._4WireRes">
<summary>
C Header Value: NIDMM_VAL_4_WIRE_RES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Freq">
<summary>
C Header Value: NIDMM_VAL_FREQ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Period">
<summary>
C Header Value: NIDMM_VAL_PERIOD
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Temperature">
<summary>
C Header Value: NIDMM_VAL_TEMPERATURE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AcVoltsDcCoupled">
<summary>
C Header Value: NIDMM_VAL_AC_VOLTS_DC_COUPLED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Diode">
<summary>
C Header Value: NIDMM_VAL_DIODE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.WaveformVoltage">
<summary>
C Header Value: NIDMM_VAL_WAVEFORM_VOLTAGE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.WaveformCurrent">
<summary>
C Header Value: NIDMM_VAL_WAVEFORM_CURRENT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Capacitance">
<summary>
C Header Value: NIDMM_VAL_CAPACITANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Inductance">
<summary>
C Header Value: NIDMM_VAL_INDUCTANCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoRangeOn">
<summary>
C Header Value: NIDMM_VAL_AUTO_RANGE_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoRangeOff">
<summary>
C Header Value: NIDMM_VAL_AUTO_RANGE_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoRangeOnce">
<summary>
C Header Value: NIDMM_VAL_AUTO_RANGE_ONCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoDelay">
<summary>
C Header Value: NIDMM_VAL_AUTO_DELAY
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoDelayOn">
<summary>
C Header Value: NIDMM_VAL_AUTO_DELAY_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoDelayOff">
<summary>
C Header Value: NIDMM_VAL_AUTO_DELAY_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Immediate">
<summary>
C Header Value: NIDMM_VAL_IMMEDIATE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.External">
<summary>
C Header Value: NIDMM_VAL_EXTERNAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.SoftwareTrig">
<summary>
C Header Value: NIDMM_VAL_SOFTWARE_TRIG
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig0">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG0
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig1">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG1
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig2">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG2
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig3">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG3
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig4">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG4
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig5">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG5
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig6">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG6
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiTrig7">
<summary>
C Header Value: NIDMM_VAL_PXI_TRIG7
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PxiStar">
<summary>
C Header Value: NIDMM_VAL_PXI_STAR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.LbrTrig1">
<summary>
C Header Value: NIDMM_VAL_LBR_TRIG1
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AuxTrig1">
<summary>
C Header Value: NIDMM_VAL_AUX_TRIG1
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.None">
<summary>
C Header Value: NIDMM_VAL_NONE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.LbrTrig0">
<summary>
C Header Value: NIDMM_VAL_LBR_TRIG0
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Interval">
<summary>
C Header Value: NIDMM_VAL_INTERVAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Positive">
<summary>
C Header Value: NIDMM_VAL_POSITIVE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Negative">
<summary>
C Header Value: NIDMM_VAL_NEGATIVE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TrigCountInfinite">
<summary>
C Header Value: NIDMM_VAL_TRIG_COUNT_INFINITE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.SampleCountInfinite">
<summary>
C Header Value: NIDMM_VAL_SAMPLE_COUNT_INFINITE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._50Hertz">
<summary>
C Header Value: NIDMM_VAL_50_HERTZ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._60Hertz">
<summary>
C Header Value: NIDMM_VAL_60_HERTZ
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Seconds">
<summary>
C Header Value: NIDMM_VAL_SECONDS
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.PowerLineCycles">
<summary>
C Header Value: NIDMM_VAL_POWER_LINE_CYCLES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.ApertureTimeAuto">
<summary>
C Header Value: NIDMM_VAL_APERTURE_TIME_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._1Plc">
<summary>
C Header Value: NIDMM_VAL_1_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._5Plc">
<summary>
C Header Value: NIDMM_VAL_5_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._6Plc">
<summary>
C Header Value: NIDMM_VAL_6_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._10Plc">
<summary>
C Header Value: NIDMM_VAL_10_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._12Plc">
<summary>
C Header Value: NIDMM_VAL_12_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._100Plc">
<summary>
C Header Value: NIDMM_VAL_100_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._120Plc">
<summary>
C Header Value: NIDMM_VAL_120_PLC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.SettleTimeAuto">
<summary>
C Header Value: NIDMM_VAL_SETTLE_TIME_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoZeroAuto">
<summary>
C Header Value: NIDMM_VAL_AUTO_ZERO_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoZeroOff">
<summary>
C Header Value: NIDMM_VAL_AUTO_ZERO_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoZeroOn">
<summary>
C Header Value: NIDMM_VAL_AUTO_ZERO_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AutoZeroOnce">
<summary>
C Header Value: NIDMM_VAL_AUTO_ZERO_ONCE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AdcCalibrationAuto">
<summary>
C Header Value: NIDMM_VAL_ADC_CALIBRATION_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AdcCalibrationOff">
<summary>
C Header Value: NIDMM_VAL_ADC_CALIBRATION_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.AdcCalibrationOn">
<summary>
C Header Value: NIDMM_VAL_ADC_CALIBRATION_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.OffsetCompOhmsOff">
<summary>
C Header Value: NIDMM_VAL_OFFSET_COMP_OHMS_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.OffsetCompOhmsOn">
<summary>
C Header Value: NIDMM_VAL_OFFSET_COMP_OHMS_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._1Microamp">
<summary>
C Header Value: NIDMM_VAL_1_MICROAMP
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._10Microamp">
<summary>
C Header Value: NIDMM_VAL_10_MICROAMP
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._100Microamp">
<summary>
C Header Value: NIDMM_VAL_100_MICROAMP
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._1Milliamp">
<summary>
C Header Value: NIDMM_VAL_1_MILLIAMP
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcnrAuto">
<summary>
C Header Value: NIDMM_VAL_DCNR_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcnrNormal">
<summary>
C Header Value: NIDMM_VAL_DCNR_NORMAL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcnrSecondOrder">
<summary>
C Header Value: NIDMM_VAL_DCNR_SECOND_ORDER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcnrHighOrder">
<summary>
C Header Value: NIDMM_VAL_DCNR_HIGH_ORDER
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._1Megaohm">
<summary>
C Header Value: NIDMM_VAL_1_MEGAOHM
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._10Megaohm">
<summary>
C Header Value: NIDMM_VAL_10_MEGAOHM
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.GreaterThan10Gigaohm">
<summary>
C Header Value: NIDMM_VAL_GREATER_THAN_10_GIGAOHM
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.ResistanceNa">
<summary>
C Header Value: NIDMM_VAL_RESISTANCE_NA
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.LatencyAuto">
<summary>
C Header Value: NIDMM_VAL_LATENCY_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.BufferSizeAuto">
<summary>
C Header Value: NIDMM_VAL_BUFFER_SIZE_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.InternalArea">
<summary>
C Header Value: NIDMM_VAL_INTERNAL_AREA
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.ExternalArea">
<summary>
C Header Value: NIDMM_VAL_EXTERNAL_AREA
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TimeLimitAuto">
<summary>
C Header Value: NIDMM_VAL_TIME_LIMIT_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.IvidmmMode">
<summary>
C Header Value: NIDMM_VAL_IVIDMM_MODE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.WaveformMode">
<summary>
C Header Value: NIDMM_VAL_WAVEFORM_MODE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.WaveformCouplingAc">
<summary>
C Header Value: NIDMM_VAL_WAVEFORM_COUPLING_AC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.WaveformCouplingDc">
<summary>
C Header Value: NIDMM_VAL_WAVEFORM_COUPLING_DC
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CalcModelAuto">
<summary>
C Header Value: NIDMM_VAL_CALC_MODEL_AUTO
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CalcModelSeries">
<summary>
C Header Value: NIDMM_VAL_CALC_MODEL_SERIES
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CalcModelParallel">
<summary>
C Header Value: NIDMM_VAL_CALC_MODEL_PARALLEL
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcBiasOff">
<summary>
C Header Value: NIDMM_VAL_DC_BIAS_OFF
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.DcBiasOn">
<summary>
C Header Value: NIDMM_VAL_DC_BIAS_ON
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CableCompNone">
<summary>
C Header Value: NIDMM_VAL_CABLE_COMP_NONE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CableCompOpen">
<summary>
C Header Value: NIDMM_VAL_CABLE_COMP_OPEN
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CableCompShort">
<summary>
C Header Value: NIDMM_VAL_CABLE_COMP_SHORT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.CableCompOpenAndShort">
<summary>
C Header Value: NIDMM_VAL_CABLE_COMP_OPEN_AND_SHORT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.ControlCommit">
<summary>
C Header Value: NIDMM_VAL_CONTROL_COMMIT
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Thermocouple">
<summary>
C Header Value: NIDMM_VAL_THERMOCOUPLE
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.Thermistor">
<summary>
C Header Value: NIDMM_VAL_THERMISTOR
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._2WireRtd">
<summary>
C Header Value: NIDMM_VAL_2_WIRE_RTD
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants._4WireRtd">
<summary>
C Header Value: NIDMM_VAL_4_WIRE_RTD
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRefJuncFixed">
<summary>
C Header Value: NIDMM_VAL_TEMP_REF_JUNC_FIXED
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcB">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_B
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcE">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_E
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcJ">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_J
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcK">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_K
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcN">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_N
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcR">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_R
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcS">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_S
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempTcT">
<summary>
C Header Value: NIDMM_VAL_TEMP_TC_T
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdCustom">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_CUSTOM
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3750">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3750
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3851">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3851
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3911">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3911
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3916">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3916
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3920">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3920
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempRtdPt3928">
<summary>
C Header Value: NIDMM_VAL_TEMP_RTD_PT3928
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempThermistorCustom">
<summary>
C Header Value: NIDMM_VAL_TEMP_THERMISTOR_CUSTOM
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempThermistor44004">
<summary>
C Header Value: NIDMM_VAL_TEMP_THERMISTOR_44004
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempThermistor44006">
<summary>
C Header Value: NIDMM_VAL_TEMP_THERMISTOR_44006
</summary>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Internal.DmmValueConstants.TempThermistor44007">
<summary>
C Header Value: NIDMM_VAL_TEMP_THERMISTOR_44007
</summary>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType">
<summary>
Specifies whether calibration is external or self-calibration.
</summary>
<lastupdated>12/28/2009 4:25:26 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType.SelfCalibration">
<summary>
Self-calibration. The NI 4065 does not support self-calibration.
</summary>
<lastupdated>12/30/2009 12:24:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType.External">
<summary>
Calibration is external.
</summary>
<lastupdated>12/28/2009 4:25:47 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmControlAction">
<summary>
Specifies the control action for the driver to perform.
</summary>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Control(NationalInstruments.ModularInstruments.NIDmm.DmmControlAction)" crefType="Unqualified"/>
<lastupdated>2/10/2010 3:47:05 PM</lastupdated>
<updatedby>Measurement Studio</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmControlAction.Commit">
<summary>
Commits to hardware all of the configured attributes associated with the session.
</summary>
<lastupdated>7/8/2009 8:13:25 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmLCCalculationModel">
<summary>
Specifies the LC calculation model.
</summary>
<remarks>
For the NI 4072 only.
</remarks>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.LCCalculationModel"/>
<lastupdated>12/29/2009 1:15:15 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmLCCalculationModel.Auto">
<summary>
NI-DMM chooses the algorithm based on function and range.
</summary>
<lastupdated>12/1/2009 1:58:41 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmLCCalculationModel.Series">
<summary>
NI-DMM uses the series impedance model to calculate capacitance and inductance.
</summary>
<lastupdated>12/29/2009 1:15:37 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmLCCalculationModel.Parallel">
<summary>
NI-DMM uses the parallel admittance model to calculate capacitance and inductance.
</summary>
<lastupdated>12/29/2009 1:15:31 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType">
<summary>
Specifies the type of reference junction to be used. Used for thermocouple measurements.
</summary>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType,NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType)"/>
<lastupdated>12/30/2009 12:29:21 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType.Fixed">
<summary>
Fixed reference junction.
</summary>
<lastupdated>12/29/2009 4:30:37 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType">
<summary>
Specifies the type of RTD (Resistance Temperature Detector) used.
</summary>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.ConfigureType(NationalInstruments.ModularInstruments.NIDmm.DmmRtdType,System.Double)"/>
<lastupdated>12/30/2009 12:43:39 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.Custom">
<summary>
User defines Callendar-Van Dusen A, B, and C coefficients with the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.A" crefType="PartiallyQualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.B" crefType="PartiallyQualified"/>, and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmRtd.C" crefType="PartiallyQualified"/> attributes, respectively.
</summary>
<lastupdated>5/13/2011 5:11:06 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3851">
<summary>
Most common RTDs.
</summary>
<lastupdated>12/1/2009 4:05:15 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3750">
<summary>
Low-cost RTD.
</summary>
<lastupdated>12/1/2009 4:05:22 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3916">
<summary>
JISC 1604.
</summary>
<lastupdated>12/1/2009 4:05:28 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3920">
<summary>
US Industrial Standard D-100.
</summary>
<lastupdated>12/1/2009 4:05:39 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3911">
<summary>
Low-cost RTD.
</summary>
<lastupdated>3/4/2016 11:19:42 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmRtdType.PT3928">
<summary>
The definition of temperature.
</summary>
<lastupdated>12/1/2009 4:05:53 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDelayMode">
<summary>
Specifies a delay interval after a sample trigger.
</summary>
<remarks>
For NI 4060 only.
</remarks>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleDelayMode" crefType="Unqualified"/>
<lastupdated>12/28/2009 4:48:01 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDelayMode.IntervalSampleTrigger">
<summary>
IVI compliant. Used when the sample trigger is set to Interval.
</summary>
<lastupdated>12/30/2009 12:25:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDelayMode.AnySampleTrigger">
<summary>
Not IVI Compliant. Used as a delay after any type of sample trigger.
</summary>
<lastupdated>12/28/2009 4:48:19 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult">
<summary>
The result of NI-DMM <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/>.
</summary>
<remarks>
Contains the results of a NI-DMM <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/>.
Use the code and message to determine if there was an error.
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/21/2016 4:55:23 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.#ctor(System.Int32,System.String)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult"/> struct.
</summary>
<param name="code">The numeric result from the self-test operation. 0 = no error (test passed).</param>
<param name="message">The self-test status message.</param>
<lastupdated>3/21/2016 4:54:16 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.Code">
<summary>
Gets the numeric result from the self-test operation.
</summary>
<value>
0 = no error (test passed).
</value>
<lastupdated>12/30/2009 12:19:16 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.Message">
<summary>
Gets the string returned from the instrument <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/>.
</summary>
<value>
String returned from the instrument <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/>.
</value>
<lastupdated>1/5/2010 3:08:16 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.op_Equality(NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult,NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult)">
<summary>
Determines whether two <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/> instances have the same value.
</summary>
<param name="result1">
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult" crefType="Unqualified"/> instance to compare with result1.
</param>
<param name="result2">
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult" crefType="Unqualified"/> instance to compare with result2.
</param>
<returns>
<see langword="true"/> if the two instances represent the same result; otherwise, <see langword="false"/>.
</returns>
<lastupdated>12/30/2009 12:21:41 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.op_Inequality(NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult,NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult)">
<summary>
Compares two <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/> instances for equality.
</summary>
<param name="result1">
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult" crefType="Unqualified"/> instance to compare with result1.
</param>
<param name="result2">
A <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult" crefType="Unqualified"/> instance to compare with result2.
</param>
<returns>
<see langword="true"/> if the two instances represent the same result; otherwise, <see langword="false"/>.
</returns>
<lastupdated>12/30/2009 12:21:48 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.Equals(System.Object)">
<summary>
Compares two <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/> instances for equality.
</summary>
<returns>
<see langword="true"/> if the two instances represent the same result; otherwise, <see langword="false"/>.
</returns>
<param name="obj"><see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest" crefType="Unqualified"/> object to compare to.</param>
<lastupdated>3/4/2016 11:17:36 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmSelfTestResult.GetHashCode">
<summary>
Returns the hash code for the result of the self test.
</summary>
<returns>An <see cref="T:System.Int32"></see> containing the hash value generated for this result.</returns>
<lastupdated>3/4/2016 11:17:39 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmSubObject">
<summary>
Contains members that are common to all sub-object NI-DMM classes.</summary>
<remarks>
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmSubObject" crefType="Unqualified"/> is a base class for all sub-object NI-DMM classes.
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/4/2016 11:13:39 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType">
<summary>
Specifies the type of thermistor used for measurement.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType"/>
<lastupdated>12/30/2009 12:30:59 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Custom">
<summary>
Custom.
</summary>
<lastupdated>12/30/2009 12:31:07 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Thermistor44004">
<summary>
44004.
</summary>
<lastupdated>12/30/2009 12:31:15 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Thermistor44006">
<summary>
44006.
</summary>
<lastupdated>12/30/2009 12:31:19 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Thermistor44007">
<summary>
44007.
</summary>
<lastupdated>12/30/2009 12:31:25 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType">
<summary>
Specifies the type of thermocouple used for temperature measurements.
</summary>
<remarks>
For more information, refer to the
<see href="javascript:LaunchHelp('dmmcref.chm::/cviniDMM_ConfigureThermocouple.html');">niDMM_ConfigureThermocouple</see> and
<see href="javascript:LaunchHelp('DMM.chm::/thermocouples.html');">Thermocouples</see> topics in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmThermocouple.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType,NationalInstruments.ModularInstruments.NIDmm.DmmReferenceJunctionType)"/>
<lastupdated>3/4/2016 11:19:48 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.B">
<summary>
Type B.
</summary>
<lastupdated>12/30/2009 12:34:42 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.E">
<summary>
Type E.
</summary>
<lastupdated>12/30/2009 12:34:48 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.J">
<summary>
Type J.
</summary>
<lastupdated>12/30/2009 12:34:54 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.K">
<summary>
Type K.
</summary>
<lastupdated>12/30/2009 12:35:01 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.N">
<summary>
Type N.
</summary>
<lastupdated>12/30/2009 12:35:07 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.R">
<summary>
Type R.
</summary>
<lastupdated>12/30/2009 12:35:13 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.S">
<summary>
Type S.
</summary>
<lastupdated>12/30/2009 12:35:20 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermocoupleType.T">
<summary>
Type T.
</summary>
<lastupdated>12/30/2009 12:35:25 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType">
<summary>
Specifies the type of device used for measurement.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.TransducerType"/>
<lastupdated>12/30/2009 12:35:44 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.TwoWireRtd">
<summary>
2-wire RTD.
</summary>
<lastupdated>12/30/2009 12:36:14 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.FourWireRtd">
<summary>
4-wire RTD.
</summary>
<lastupdated>12/30/2009 12:35:50 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.Thermistor">
<summary>
Thermistor.
</summary>
<lastupdated>12/30/2009 12:35:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.Thermocouple">
<summary>
Thermocouple.
</summary>
<lastupdated>12/30/2009 12:36:01 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings">
<summary>
Provides warning codes.
</summary>
<threadsafety safety="safe"/>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/error_codes.html');">Error and Warning Codes</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:16:08 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.Simulating">
<summary>
Indicates that the driver is in simulation mode.
</summary>
<lastupdated>12/30/2009 12:08:18 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.ExternalCalibrationSelfCalibrationNeeded">
<summary>
Indicates that your data may not be within recommended specifications unless you call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.SelfCalibrate" crefType="Unqualified"/>.
</summary>
<lastupdated>12/30/2009 12:08:05 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.ExternalCalibrationBufferTruncated">
<summary>
Indicates that the string was truncated because it was too large to fit in the EEPROM.
</summary>
<lastupdated>12/30/2009 12:07:52 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.UnderRange">
<summary>
Indicates that the DMM did <format type="italics">not</format> detect a base frequency in the input signal, or the capacitance was too small to be measured accurately.
</summary>
<lastupdated>9/23/2009 4:09:33 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.OverRange">
<summary>
Indicates that the DMM detected a measurement that was outside of its programmed range.
</summary>
<lastupdated>9/23/2009 4:09:33 PM</lastupdated>
<updatedby>cdelpire</updatedby>
<approved>False</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWarnings.ResetNotSupported">
<summary>
Indicates that the DMM does <format type="italics">not</format> support reset.
</summary>
<lastupdated>9/23/2009 4:09:33 PM</lastupdated>
<updatedby>cdelpire</updatedby>
<approved>False</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmSlope">
<summary>
Specifies the edge of the signal.
</summary>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Slope"/>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTriggerSlope"/>
<lastupdated>12/30/2009 12:30:15 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Positive">
<summary>
Rising edge.
</summary>
<lastupdated>12/30/2009 12:30:31 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Negative">
<summary>
Falling edge.
</summary>
<lastupdated>12/30/2009 12:30:22 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm">
<summary>
Represents the root class that is used to identify and control the instrument session. In order to interact with the NI-DMM, you
must create an instance of this class.
</summary>
<threadsafety safety="safe"/>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/programming_flow.html');">Programming Flow</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the
associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:16:50 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.#ctor(System.String,System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> class representing the instrument driver session.
</summary>
<param name="resourceName">
The name of the device to which the session is opened.
</param>
<param name="idQuery">
If this parameter is set to <see langword="true"/>, this method queries the instrument ID and checks that it is valid for this instrument driver.
</param>
<param name="resetDevice">
If this parameter is set to <see langword="true"/>, this method 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.
</param>
<exception cref="T:System.ArgumentNullException">
The resource name passed is null.
</exception>
<exception cref="T:System.ArgumentException">
The device was not recognized.
<para>-or-</para>
The device is not supported for this driver or version.
<para>-or-</para>
The instrument descriptor is invalid.
<para>-or-</para>
The driver setup description is invalid.
<para>-or-</para>
The device is already in use by another process. Verify that all sessions of the device from other processes are properly closed.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The resource name specified has been opened for a calibration session.
</exception>
<lastupdated>3/21/2016 4:52:58 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.#ctor(System.String,System.Boolean,System.Boolean,System.String)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> class representing the instrument driver session.
</summary>
<param name="resourceName">
The name of the device to which the session is opened.
</param>
<param name="idQuery">
If this parameter is set to <see langword="true"/>, this method queries the instrument ID and checks that it is valid for this instrument driver.
</param>
<param name="resetDevice">
If this parameter is set to <see langword="true"/>, this method 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.
</param>
<param name="optionString">
Sets the initial state of the following session properties: <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RangeCheck" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.QueryInstrumentStatus" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Cache" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Simulate" crefType="Unqualified"/>, and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RecordValueCoercions" crefType="Unqualified"/>.
</param>
<exception cref="T:System.ArgumentNullException">
The <paramref name="resourceName"/> or <paramref name="optionString"/> is null.
</exception>
<exception cref="T:System.ArgumentException">
The device was not recognized.
<para>-or-</para>
The device is not supported for this driver or version.
<para>-or-</para>
The instrument descriptor is invalid.
<para>-or-</para>
The driver setup description is invalid.
<para>-or-</para>
The device is already in use by another process. Verify that all sessions of the device from other processes are properly closed.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The resource name specified has been opened for a calibration session.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation" crefType="Unqualified"/>
<lastupdated>3/21/2016 4:53:38 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.#ctor(System.IntPtr)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> class using an existing intrument session handle.
</summary>
<param name="instrumentHandle">
A pointer to the instrument handle.
</param>
<lastupdated>3/21/2016 4:52:25 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.#ctor(System.String,System.Boolean,System.Boolean,Ivi.Driver.LockType,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> class representing the instrument driver session.
</summary>
<param name="resourceName">
The name of the device to which the session is opened.
</param>
<param name="idQuery">
If this parameter is set to <see langword="true"/>, this method queries the instrument ID and checks that it is valid for this instrument driver.
</param>
<param name="resetDevice">
If this parameter is set to <see langword="true"/>, this method 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.
</param>
<param name="requestedLockType">
The type of lock to create. Note that the actual type created can differ. See IVI-3.2 for details.
</param>
<param name="accessKey">
A user-specified access key.
</param>
<param name="optionString">
Sets the initial state of the following session properties: <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RangeCheck" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.QueryInstrumentStatus" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Cache" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Simulate" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RecordValueCoercions" crefType="Unqualified"/>.
</param>
<exception cref="T:System.ArgumentNullException">
The <paramref name="resourceName"/> or <paramref name="optionString"/> is null.
</exception>
<exception cref="T:System.ArgumentException">
The device was not recognized.
<para>-or-</para>
The device is not supported for this driver or version.
<para>-or-</para>
The instrument descriptor is invalid.
<para>-or-</para>
The driver setup description is invalid.
<para>-or-</para>
The device is already in use by another process. Verify that all sessions of the device from other processes are properly closed.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The resource name specified has been opened for a calibration session.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation" crefType="Unqualified"/>
<lastupdated>2/15/2010 1:45:44 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>False</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.IsDisposed">
<summary>
Gets a value indicating whether the session object is disposed or not.
</summary>
<value>
If the value is <see langword="true"/>, it means that the session has already been disposed.
If the value is <see langword="false"/>, it means that the session is not disposed.
</value>
<lastupdated>3/4/2016 11:17:01 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.DriverOperation">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation"/> sub-object used to obtain properties that affect operation of the instrument driver.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation"/>.
</value>
<lastupdated>1/26/2010 3:47:13 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.DriverIdentity">
<summary>
Gets identity information about the instrument you are using.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity"/>.
</value>
<lastupdated>1/11/2010 1:56:46 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.DriverUtility">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility"/> sub-object.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility"/>.
</value>
<lastupdated>1/26/2010 3:48:09 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AC">
<summary>
Gets properties applicable to AC measurements.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAC"/>.
</value>
<lastupdated>1/11/2010 1:55:52 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Frequency">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency"/> sub-object used for controlling frequency capabilities.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency"/>.
</value>
<lastupdated>1/26/2010 3:49:08 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Trigger">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger"/> sub-object used to customize the triggering functionality.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger"/>.
</value>
<lastupdated>1/26/2010 3:49:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Advanced">
<summary>
Gets additional information concerning the instrument driver session.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced"/>.
</value>
<lastupdated>1/11/2010 1:56:09 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Measurement">
<summary>
Gets data from a measurement.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement"/>.
</value>
<lastupdated>1/11/2010 5:02:41 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.CapacitanceAndInductance">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance"/> sub-object used to control inductance and capacitance capabilities.
</summary>
<remarks>
For the NI 4072 only.
</remarks>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance"/>.
</value>
<lastupdated>3/4/2016 11:16:53 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Temperature">
<summary>
Gets temperature measurements.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature"/>.
</value>
<lastupdated>1/11/2010 1:57:44 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Calibration">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration"/> sub-object which is used to perform self-calibration or for optional functionality when performing a calibration.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration"/>.
</value>
<lastupdated>1/26/2010 3:45:29 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.WaveformAcquisition">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition"/> sub-object used for waveform-related operations.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition"/>.
</value>
<lastupdated>1/26/2010 3:50:39 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction">
<summary>
Gets or sets the measurement function.
</summary>
<remarks>
If you are configuring by setting properties directly, you must set the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/> before
setting other properties. If the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.WaveformMode" crefType="Unqualified"/>,
the only valid types are <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformVoltage" crefType="Unqualified"/>
and <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformCurrent" crefType="Unqualified"/>. Set the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/> to
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.IviDmmMode" crefType="Unqualified"/> to set all other values.
<para>For more information, refer to <see href="javascript:LaunchHelp('dmmcref.chm::/caNIDMM_ATTR_FUNCTION.html');">NIDMM_ATTR_FUNCTION</see> topic in the <format type="italics">NI Digital Multimeters Help</format>. </para>
</remarks>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction"/>.
</value>
<lastupdated>3/4/2016 11:17:05 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range">
<summary>
Gets or sets the measurement range.
</summary>
<value>
Use positive values to represent the absolute value of the maximum expected measurement.
</value>
<remarks>
The value is in units appropriate for the current value of the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>. For
example, if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> is
set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.ACVolts" crefType="Unqualified"/>, the units are volts.
The NI 4050 and NI 4060 only support <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when the trigger and sample trigger is set to Immediate. <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>
performs an <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> before acquiring the measurement.
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Off" crefType="Unqualified"/>
sets the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> to the
current <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> and uses this range
for all subsequent measurements until the measurement configuration is changed.
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Once" crefType="Unqualified"/>
performs an <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> before
acquiring the next measurement. The <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> is stored and used for all subsequent measurements until the measurement configuration is changed.
</remarks>
<lastupdated>3/4/2010 3:41:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.DigitsResolution">
<summary>
Gets or sets the measurement resolution in digits.
</summary>
<remarks>
Setting this property to higher values increases the measurement accuracy. Setting this property to lower values increases the measurement speed.
NI-DMM ignores this property for capacitance and inductance measurements on the NI 4072. To achieve better resolution for such measurements, use <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
</remarks>
<value>
The valid Resolution values and description are shown in the table.
<list type="table">
<listheader>
<term>Description</term>
<description>DigitsResolution Value</description>
</listheader>
<item>
<term>
3.5
</term>
<description>
Specifies 3.5 digits resolution.
</description>
</item>
<item>
<term>
4.5
</term>
<description>
Specifies 4.5 digits resolution.
</description>
</item>
<item>
<term>
5.5
</term>
<description>
Specifies 5.5 digits resolution.
</description>
</item>
<item>
<term>
6.5
</term>
<description>
Specifies 6.5 digits resolution.
</description>
</item>
<item>
<term>
7.5
</term>
<description>
Specifies 7.5 digits resolution.
</description>
</item>
</list>
</value>
<lastupdated>1/5/2010 2:24:20 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution">
<summary>
Gets or sets the measurement resolution in absolute units.
</summary>
<value>
Returns the measurement resolution in absolute units.
</value>
<remarks>
Setting this property to higher values increases the measurement accuracy.
Setting this property to lower values increases the measurement speed.
NI-DMM ignores this property for capacitance and inductance measurements on the NI 4072. To achieve better
resolution for such measurements, use the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
</remarks>
<lastupdated>1/11/2010 5:03:26 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.CurrentSource">
<summary>
Gets or sets the current source provided during diode measurements.
</summary>
<remarks>
The NI 4050 and NI 4060 are not supported.
</remarks>
<value>
The supported values are 1 microAmp, 10 microAmps, 100 microAmps, and 1 milliAmp.
Refer to the <see href="javascript:LaunchHelp('DMM.chm::/devices.html');">Devices</see> topic in the <format type="italics">NI Digital Multimeters Help</format>.
</value>
<lastupdated>3/4/2016 11:16:57 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.InputResistance">
<summary>
Gets or sets the input resistance of the instrument.
</summary>
<remarks>
The NI 4050 and NI 4060 are not supported.
</remarks>
<value>
The supported values are 1.000000E+6 (1M Ohm), 1.000000E+7 (10M Ohm), and 1.000000E+10 (input resistance greater than 10 G Ohm).
</value>
<lastupdated>1/11/2010 5:01:41 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementPeriod">
<summary>
Gets the number of seconds it takes to make one measurement.
</summary>
<remarks>
Use this right before you begin acquiring data<entity value="#8212"/>after you have completely configured the measurement and after all configuration methods have been called.
</remarks>
<value>
Returns the amount of time in seconds it takes to complete one measurement with the current configuration.
</value>
<lastupdated>3/4/2016 11:17:08 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange">
<summary>Gets or sets whether the range is set automatically by the instrument.</summary>
<value>
<list type="table">
<listheader>
<term>Value</term>
<description>Description</description>
</listheader>
<item>
<term>
On
</term>
<description>
NI-DMM driver determines whether the range is set automatically by the instrument before acquiring each measurement.
</description>
</item>
<item>
<term>
Off
</term>
<description>
NI-DMM driver sets the current range value and uses this range for all subsequent measurements until the measurement configuration is changed.
</description>
</item>
<item>
<term>
Once
</term>
<description>
NI-DMM driver determines whether the range is set automatically by the instrument before acquiring the measurement. The range value is stored and used for all subsequent measurements until the measurement configuration is changed.
</description>
</item>
</list>
</value>
<lastupdated>2/5/2010 1:33:02 PM</lastupdated>
<updatedby>Measurement Studio</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode">
<summary>
Gets or sets how the NI 4065 and NI 4070/4071/4072 acquire data.
</summary>
<remarks>
<para>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/> controls whether the NI-DMM driver takes standard single or multipoint
measurements or acquires a waveform.
</para>
If you are configuring the driver by setting the properties manually, set this property before setting the other configuration properties.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode" crefType="Unqualified"/>
<value>
When you call
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>
or <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>,
NI-DMM sets this property to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.IviDmmMode" crefType="Unqualified"/>.
When you call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>,
NI-DMM sets this property to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.WaveformMode" crefType="Unqualified"/>. The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.IviDmmMode" crefType="Unqualified"/>.
</value>
<lastupdated>3/21/2016 4:24:16 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRangeValue">
<summary>
Gets measurement auto range value.
</summary>
<remarks>
The value is in units appropriate for the current value of the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>. For
example, if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> is
set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.ACVolts" crefType="Unqualified"/>, the units are volts.
The value of this property is only valid if range was set to auto range and a read/fetch has occurred.
</remarks>
<lastupdated>6/25/2017 11:48:29 PM</lastupdated>
<updatedby>lnayman</updatedby>
<approved>false</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.DriverDebug">
<exclude/>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#AC">
<exclude/>
<lastupdated>9/30/2009 4:19:26 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Advanced">
<exclude/>
<lastupdated>9/30/2009 4:19:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#AutoRange">
<exclude/>
<lastupdated>9/30/2009 4:19:30 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Frequency">
<exclude/>
<lastupdated>9/30/2009 4:19:33 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Measurement">
<exclude/>
<lastupdated>9/30/2009 4:19:34 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#MeasurementFunction">
<exclude/>
<lastupdated>3/5/2010 4:27:25 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Range">
<exclude/>
<lastupdated>9/30/2009 4:19:38 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Resolution">
<exclude/>
<lastupdated>9/30/2009 4:19:40 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Temperature">
<exclude/>
<lastupdated>9/30/2009 4:19:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Trigger">
<exclude/>
<lastupdated>9/30/2009 4:19:44 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Driver#IIviDriver#DriverOperation">
<exclude/>
<lastupdated>10/14/2009 3:21:28 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Driver#IIviDriver#Identity">
<exclude/>
<lastupdated>10/14/2009 3:23:52 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Driver#IIviDriver#Utility">
<exclude/>
<lastupdated>10/14/2009 3:24:18 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)">
<summary>Configures measurements by setting <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> value.
The configured properties include
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/>, and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> in digits.</summary>
<param name="measurementFunction">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> used to acquire the measurement.
</param>
<param name="range">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/>
for the function specified in the <format type="italics">measurementFunction</format> parameter. When frequency is
specified in the <format type="italics">measurementFunction</format>
parameter, you must supply the minimum frequency expected in the <format type="italics">range</format> parameter. For
example, you must type in 100 Hz if you
are measuring 101 Hz or higher.
For all other functions, you must supply a range that exceeds the value that you are measuring. For example, you must type in
10 V if you are measuring 9 V. Range values are coerced up to the closest input range.
The default value is 0.02 V.
</param>
<param name="resolutionDigits">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> for the
measurement in digits.
The default is 0.001 V.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<remarks>
<para>
The NI 4050, NI 4060, and NI 4065 only support
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when the trigger and sample
trigger are set to Immediate.
<note type="note">
NI-DMM ignores the <format type="italics"> resolutionDigits</format> for capacitance and inductance measurements on the NI 4072. To achieve better resolution for such measurements, use the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
</note></para>
</remarks>
<lastupdated>3/4/2016 11:17:18 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,NationalInstruments.ModularInstruments.NIDmm.DmmAuto,System.Double)">
<summary>
Configures measurements with <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> on. The configured properties include
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/>, and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> in digits.
</summary>
<param name="measurementFunction">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> used to acquire the measurement.
</param>
<param name="autoRange">
Indicates whether the range is set automatically by the instrument. <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> is set to this value.
</param>
<param name="resolutionDigits">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> for the
measurement in digits.
This parameter is ignored when the <format type="italics">range</format> parameter is set to
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/> or
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Once" crefType="Unqualified"/>. The default is 0.001 V.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The parameter enum value specified is not supported.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The specified device cannot be configured for <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when a trigger is selected.
Set <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> and/or <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/>
to <format type="monospace">Immediate</format> while autoranging.
</exception>
<remarks>
<para>
The NI 4050, NI 4060, and NI 4065 only support <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when the trigger and sample trigger are set to <format type="monospace">Immediate</format>.
<note type="note">
NI-DMM ignores the <format type="italics"> resolutionDigits</format> for capacitance and inductance measurements on the NI 4072. To achieve better resolution for such measurements, use
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
</note></para>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<lastupdated>3/21/2016 4:55:32 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)">
<summary>
Configures measurements by setting the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> value. The configured properties include
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/>,
and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/>.
</summary>
<param name="measurementFunction">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> used to
acquire the measurement.
</param>
<param name="range">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> for the function
specified in the <format type="italics">measurementFunction</format> parameter. When frequency is specified in the
<format type="italics">measurementFunction</format> parameter, you must supply the minimum frequency expected in the <format type="italics">range</format>
parameter. For example, you must type in 100 Hz if you are measuring 101 Hz or higher.
For all other functions, you must supply a range that exceeds the value that you are measuring. For example,
you must type in 10 V if you are measuring 9 V. Range values are coerced up to the closest input range.
The default value is 0.02 V.
</param>
<param name="resolutionAbsolute">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> for the measurement.
The default is 0.001 V.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<remarks>
NI-DMM ignores the <format type="italics">resolutionAbsolute</format> parameter for capacitance and inductance measurements on the NI 4072. To achieve better resolution for such
measurements, use the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
<note type="note">
The NI 4050, NI 4060, and NI 4065 only support <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/>
when the trigger and sample trigger are set to Immediate.
</note>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:17:12 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,NationalInstruments.ModularInstruments.NIDmm.DmmAuto,System.Double)">
<summary>
Configures measurements with <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> on. The configured properties include
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/>, and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/>.
</summary>
<param name="measurementFunction">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/>
used to acquire the measurement.
</param>
<param name="autoRange">
Indicates whether the range is set automatically by the instrument. <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> is set to this value.
</param>
<param name="resolutionAbsolute">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Resolution" crefType="Unqualified"/> for the measurement.
This parameter is ignored when the <format type="italics">autoRange</format> parameter is set to
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>
or <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Once" crefType="Unqualified"/>. The default is 0.001 V.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The resolution specified is invalid for the range.
</exception>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The parameter enum value specified is not supported.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The specified device cannot be configured for <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when a trigger is selected.
Set <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> and/or <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/>
to <format type="monospace">Immediate</format> while autoranging.
</exception>
<remarks>
The NI 4050, NI 4060, and NI 4065 only support <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> when the trigger and sample trigger are set to <format type="monospace">Immediate</format>.
<note type="note">
NI-DMM ignores the <format type="italics"> resolutionDigits</format> for capacitance and inductance measurements on the NI 4072. To achieve better resolution for such measurements, use
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages" crefType="Unqualified"/>.
</note>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<lastupdated>3/21/2016 4:51:11 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)">
<summary>
Configures the NI 4070/4071/4072 for waveform acquisitions.
</summary>
<param name="measurementFunction">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> used in a waveform acquisition.
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformCurrent" crefType="Unqualified"/> and <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.WaveformVoltage" crefType="Unqualified"/> are the valid values.
</param>
<param name="range">
Specifies the expected maximum amplitude of the input signal and sets the range for the <format type="italics">measurementFunction</format>.
NI-DMM sets
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Range" crefType="Unqualified"/> to this value. Range values are
coerced up to the closest input range. The default is 10.0.
For valid ranges refer to the topics in
<see href="javascript:LaunchHelp('DMM.chm::/devices.html');">Devices</see>.
Autoranging is not supported during waveform acquisitions.
</param>
<param name="rate">
Specifies the rate of the acquisition in samples per second. NI-DMM sets
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.Rate" crefType="Unqualified"/> to this value.
The valid range is 10.0-1,800,000 S/s. Rate values are coerced to the closest integer divisor of 1,800,000. The default value is 1,800,000.
</param>
<param name="waveformPoints">
Specifies the number of points to acquire before the waveform acquisition completes. NI-DMM sets
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.NumberOfPoints" crefType="Unqualified"/> to this value. To calculate the maximum and minimum number of waveform points that you can acquire in one acquisition, refer to the
Waveform Acquisition Measurement Cycle. The default value is 500.
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The rate selected is invalid with DCNR other than normal.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:17:21 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.GetInstrumentHandle">
<summary>
Gets the <see cref="T:System.Runtime.InteropServices.SafeHandle"/> to the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> instrument session.
</summary>
<returns>
A <see cref="T:System.Runtime.InteropServices.SafeHandle"/> to the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> instrument session.
</returns>
<remarks>
Using the <see cref="T:System.Runtime.InteropServices.SafeHandle"/>, you can get the <see cref="T:System.IntPtr"/> to the session; however, there are risks involved with using the <see cref="T:System.IntPtr"/>.
It is difficult to know the state of the handle, and the handle could be recycled while you are using it. For more information, refer to
<see cref="M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle" crefType="PartiallyQualified"/>.
</remarks>
<lastupdated>3/4/2016 11:17:24 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Close">
<summary>
If not already closed, closes the specified session and deallocates resources that it reserved.
</summary>
<remarks>
The method can be called safely more than once, even if the session has already closed.
</remarks>
<lastupdated>1/11/2010 5:27:13 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Configure(Ivi.Dmm.MeasurementFunction,Ivi.Dmm.Auto,System.Double)">
<exclude/>
<lastupdated>3/5/2010 4:24:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Dmm#IIviDmm#Configure(Ivi.Dmm.MeasurementFunction,System.Double,System.Double)">
<exclude/>
<lastupdated>3/5/2010 4:24:34 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Ivi#Driver#IIviDriver#Close">
<exclude/>
<lastupdated>9/30/2009 4:20:26 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.GetService(System.Type)">
<summary>
Gets the service object of the specified type.
</summary>
<param name="serviceType">
An object that specifies the <see cref="T:System.Type"/> of the object.
</param>
<returns>
The object of <see cref="T:System.Type"/> determined by <paramref name="serviceType"/>.
</returns>
<lastupdated>3/4/2016 11:17:28 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Dispose">
<summary>
If not already disposed, closes the specified session and deallocates resources that it reserved.
</summary>
<remarks>
The method can be called safely more than once, even if the session has already been disposed.
</remarks>
<lastupdated>1/11/2010 5:29:24 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation">
<summary>
Provides properties that affect the operation of this instrument driver.
</summary>
<remarks>
Provides properties that affect the operation of this instrument driver.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/4/2016 11:05:53 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Warning">
<summary>
Occurs when a warning is generated.
</summary>
<lastupdated>12/29/2009 12:16:51 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Coercion">
<summary>
Occurs when a property is coerced.
</summary>
<remarks>
This event is triggered only if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RecordValueCoercions" crefType="PartiallyQualified"/> is set to true.
</remarks>
<lastupdated>6/30/2011 12:49:21 PM</lastupdated>
<updatedby>Fadi Yoosuf</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.InterchangeCheckWarning">
<summary>
Occurs when an interchange check warning event is raised.
</summary>
<remarks>
This event is triggered only if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.InterchangeCheck" crefType="PartiallyQualified"/> is set to true.
</remarks>
<lastupdated>6/30/2011 12:51:25 PM</lastupdated>
<updatedby>Fadi Yoosuf</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#Warning">
<exclude/>
<lastupdated>11/5/2009 1:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#Coercion">
<exclude/>
<lastupdated>11/5/2009 1:42:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#InterchangeCheckWarning">
<exclude/>
<lastupdated>11/5/2009 1:42:36 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Cache">
<summary>
Gets or sets a value indicating whether to cache the value of properties.
</summary>
<value>
The default value is <format type="bold">True</format>. Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/> to override this value.
</value>
<remarks>
When caching is enabled, the instrument driver keeps track of the current instrument settings and avoids sending redundant
commands to the instrument, which significantly increases execution speed. The instrument driver can always cache
or never cache particular attributes regardless of the setting of this property.
</remarks>
<lastupdated>3/4/2016 11:05:57 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.DriverSetup">
<summary>
Gets the driver setup string that was specified when initializing the driver.
</summary>
<remarks>
Some cases exist where the end-user must specify instrument driver options at initialization time. An example of this is
specifying a particular instrument model from among a family of instruments that the driver supports. This is useful when
using simulation. You can specify driver-specific options using the <format type="italics">optionString</format>
parameter to <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>.
</remarks>
<value>
If the user does not specify a <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.DriverSetup" crefType="Unqualified"/>
string, this property returns an empty string. Otherwise this property returns the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.DriverSetup" crefType="Unqualified"/> string that was specified when initializing the driver.
</value>
<lastupdated>3/4/2016 11:06:02 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.InterchangeCheck">
<summary>
Gets or sets a value indicating whether to perform interchangeability checking and log interchangeability warnings when you call NI-DMM methods.
</summary>
<value>
The default value is <format type="bold">False</format>.
</value>
<remarks>
Using your application with a different instrument might cause different behavior, as indicated by an interchangeability warning.
Interchangeability checking examines the properties in a capability group only if you specify a value for at least one property
within that group. Interchangeability warnings occur when a property affects the behavior of the instrument and you have not
set that property, or the property has been invalidated since you set it.
</remarks>
<lastupdated>3/4/2016 11:06:06 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.QueryInstrumentStatus">
<summary>
Gets or sets a value indicating whether the instrument driver queries the instrument status after each operation.
</summary>
<remarks>
Querying the instrument status is useful when debugging. After the user program is validated, this property can be set to <see langword="false"/> to
disable status checking and maximize performance.
The instrument driver can choose to ignore status checking for particular properties regardless of the setting of this property.
Use
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/> to override this value.
</remarks>
<value>
The default value is <see langword="true"/>.
</value>
<lastupdated>3/4/2016 11:06:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RangeCheck">
<summary>
Gets or sets a value indicating whether to validate property values and method parameters.
</summary>
<remarks>
If enabled, the instrument driver validates the parameter values passed to driver functions. Range checking parameters is
useful for debugging. After the user program is validated, this property can be set to <see langword="false"/> to disable range checking and
maximize performance.
The default value is <see langword="true"/>. Use
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/> override this value.
</remarks>
<value>
The default value is <see langword="true"/>.
</value>
<lastupdated>3/4/2016 11:06:20 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.RecordValueCoercions">
<summary>
Gets or sets a value indicating whether the IVI engine keeps a list of the value coercions it makes for integer and <see cref="T:System.Double"/> values.
</summary>
<value>
The default value is <see langword="false"/>.
</value>
<remarks>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/> to override this value.
</remarks>
<lastupdated>3/4/2016 11:06:24 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Simulate">
<summary>
Gets or sets a value indicating whether to simulate instrument driver I/O operations.
</summary>
<value>
The default value is <see langword="false"/>.
</value>
<remarks>
<para>Simulate can only be set within the constructor
for <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>. The property value cannot be changed outside of the
constructor.
</para>
If simulation is enabled, instrument driver functions perform
range checking and get or set properties, but they do not perform instrument I/O. For output parameters that represent instrument data, the
instrument driver functions return calculated values.
Use
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
to override this setting.
</remarks>
<lastupdated>3/21/2016 2:43:06 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.LogicalName">
<summary>
Gets a string containing the logical name of the instrument.
</summary>
<value>
A string containing the logical name of the instrument.
</value>
<lastupdated>1/5/2010 12:57:40 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.IOResourceDescriptor">
<summary>
Gets a string containing the resource descriptor for the instrument.
</summary>
<value>
A string containing the resource descriptor for the instrument
</value>
<lastupdated>3/4/2016 11:06:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.SynchronizeCallbacks">
<summary>
Gets or sets a value indicating whether the events and callback delegates are invoked through <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods.
</summary>
<value>
<see langword="true"/> if events and callbacks are invoked through the <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods; otherwise, events and callbacks are invoked directly. The default value is
<see langword="true"/>.
</value>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/21/2016 2:52:21 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#LogicalName">
<exclude/>
<lastupdated>9/30/2009 4:11:34 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#IOResourceDescriptor">
<exclude/>
<lastupdated>9/30/2009 4:11:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#Cache">
<exclude/>
<lastupdated>9/30/2009 4:11:18 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#QueryInstrumentStatus">
<exclude/>
<lastupdated>9/30/2009 4:11:40 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#RangeCheck">
<exclude/>
<lastupdated>9/30/2009 4:11:46 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#Simulate">
<exclude/>
<lastupdated>9/30/2009 4:11:54 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#DriverSetup">
<exclude/>
<lastupdated>9/30/2009 4:11:25 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#ResetInterchangeCheck">
<exclude/>
<lastupdated>9/30/2009 4:12:20 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Ivi#Driver#IIviDriverOperation#InvalidateAllAttributes">
<exclude/>
<lastupdated>9/30/2009 4:12:13 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.ResetInterchangeCheck">
<summary>
Resets the interchangeability checking algorithms of the driver
so that methods and properties that executed prior to calling this
method have no effect on whether future calls to the driver
generate interchangeability warnings.
</summary>
<lastupdated>3/4/2016 11:06:37 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.InvalidateAllAttributes">
<summary>
Invalidates all attributes such that any values set before calling <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmControlAction.Commit"/> are discarded.
</summary>
<lastupdated>3/4/2016 11:06:33 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverOperation.Dispose">
<summary>
Frees the resources held.
</summary>
<lastupdated>11/13/2009 3:41:22 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity">
<summary>
Provides identity information about the instrument you are using.
</summary>
<threadsafety safety="safe"/>
<remarks>
Provides identity information about the instrument you are using.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:05:26 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.InstrumentFirmwareRevision">
<summary>
Gets a string containing the instrument firmware revision number.
</summary>
<value>
A string containing the instrument firmware revision number.
</value>
<lastupdated>1/11/2010 2:01:18 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.InstrumentManufacturer">
<summary>
Gets a string containing the manufacturer of the instrument.
</summary>
<value>
A string containing the manufacturer of the instrument.
</value>
<lastupdated>1/5/2010 12:36:07 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.InstrumentModel">
<summary>
Gets a string containing the instrument model.
</summary>
<value>
A string containing the instrument model.
</value>
<lastupdated>1/5/2010 12:37:25 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Identifier">
<summary>
Gets the case-sensitive unique identifier of the instrument driver.
</summary>
<value>
Case-sensitive unique identifier of the instrument driver.
</value>
<lastupdated>3/4/2016 11:05:30 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SerialNumber">
<summary>
Gets a string containing the serial number of the instrument.
</summary>
<value>The serial number of the instrument.
</value>
<remarks>
This value corresponds to the serial number label that is attached to most products.
</remarks>
<lastupdated>3/4/2016 11:05:34 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SpecificationMajorVersion">
<summary>
Gets the major version number of the class specification for the specific driver.
</summary>
<value>
Returns an integer of the major version number of the class specification for the specific driver.
</value>
<lastupdated>1/11/2010 2:34:21 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SpecificationMinorVersion">
<summary>
Gets the minor version number of the class specification for the specific driver.
</summary>
<value>
Returns the minor version number of the class specification for the specific driver.
</value>
<lastupdated>1/5/2010 12:45:17 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Description">
<summary>
Gets a string containing a description of the specific driver.
</summary>
<value>
A string containing a description of the specific driver.
</value>
<lastupdated>1/11/2010 2:01:03 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Revision">
<summary>
Gets a string that contains additional version information about this specific instrument driver.
</summary>
<value>
A string that contains additional version information about this instrument driver.
</value>
<lastupdated>1/5/2010 12:43:01 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Vendor">
<summary>
Gets a string containing the vendor of the specific driver.
</summary>
<value>
A string containing the vendor of the specific driver.
</value>
<lastupdated>1/5/2010 12:48:15 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SpecificDriverPrefix">
<summary>
Gets the prefix for the specific instrument driver.
</summary>
<value>
A string containing the prefix for the specific instrument driver. The prefix can be a maximum of eight characters.
</value>
<lastupdated>1/11/2010 2:35:53 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SpecificDriverMajorVersion">
<summary>
Gets the major version number of this instrument driver.
</summary>
<value>
Returns the major version number of this instrument driver.
</value>
<lastupdated>2/24/2011 2:25:23 PM</lastupdated>
<updatedby>Fadi Yoosuf</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.SpecificDriverMinorVersion">
<summary>
Gets the minor version number of this instrument driver.
</summary>
<value>
Returns the minor version number of this instrument driver.
</value>
<lastupdated>2/24/2011 2:25:42 PM</lastupdated>
<updatedby>Fadi Yoosuf</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#InstrumentManufacturer">
<exclude/>
<lastupdated>9/30/2009 4:07:08 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#InstrumentModel">
<exclude/>
<lastupdated>9/30/2009 4:07:16 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#InstrumentFirmwareRevision">
<exclude/>
<lastupdated>9/30/2009 4:06:52 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#Identifier">
<exclude/>
<lastupdated>9/30/2009 4:06:39 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#SpecificationMajorVersion">
<exclude/>
<lastupdated>9/30/2009 4:07:24 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#SpecificationMinorVersion">
<exclude/>
<lastupdated>9/30/2009 4:07:29 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviComponentIdentity#Description">
<exclude/>
<lastupdated>9/30/2009 4:06:11 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviComponentIdentity#Revision">
<exclude/>
<lastupdated>9/30/2009 4:06:21 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviComponentIdentity#Vendor">
<exclude/>
<lastupdated>9/30/2009 4:06:28 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#GetSupportedInstrumentModels">
<exclude/>
<lastupdated>2/15/2010 10:56:47 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.Ivi#Driver#IIviDriverIdentity#GetGroupCapabilities">
<exclude/>
<lastupdated>2/15/2010 10:56:39 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.GetGroupCapabilities">
<summary>
Returns the list of the class capability groups implemented by the
driver.
</summary>
<returns>
An array of class capability groups.
</returns>
<remarks>
Capability group names are documented in the IVI class
specifications. If the driver is not class-compliant, the driver
returns an empty array.
</remarks>
<lastupdated>12/29/2009 11:43:48 AM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverIdentity.GetSupportedInstrumentModels">
<summary>
Returns the list of instrument models that the IVI-specific
driver can control.
</summary>
<returns>
An array of instrument models.
</returns>
<remarks>
The string does not include an abbreviation
for the manufacturer if it is the same for all models.
</remarks>
<lastupdated>12/29/2009 11:42:03 AM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility">
<summary>
Provides additional, optional functionality for NI-DMM in your application.
</summary>
<remarks>Provides additional, optional functionality for NI-DMM in your application.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/21/2016 4:56:23 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.NI4022Control(System.String,NationalInstruments.ModularInstruments.NIDmm.Dmm4022ConfigurationMode)">
<summary>
Configures the NI 4022 module.
</summary>
<param name="resourceName">
The resource name of the device to initialize.
</param>
<param name="configuration">
The operating mode of the 4022 module.
</param>
<lastupdated>3/4/2016 11:07:03 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Reset">
<summary>
Resets the instrument to a known state and sends initialization commands to the instrument.
</summary>
<remarks>
The initialization commands set instrument settings to the state necessary for the operation of the instrument driver.
</remarks>
<lastupdated>12/29/2009 12:59:30 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ResetWithDefaults">
<summary>
Resets the instrument to a known state and sends initialization commands to the DMM.
</summary>
<remarks>
The initialization commands set the DMM settings to the state necessary for the operation of NI-DMM.
All user-defined default values associated with a logical name are applied after setting the DMM.
</remarks>
<lastupdated>12/29/2009 12:59:59 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Disable">
<summary>
Places the instrument in a quiescent state where it has minimal or no impact on the system to which it is connected.
</summary>
<remarks>
If a measurement is in progress when this method is called, the measurement is aborted.
</remarks>
<lastupdated>12/29/2009 12:53:58 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.RevisionQuery(System.String@,System.String@)">
<summary>
Returns the revision numbers of the instrument driver and instrument firmware.
</summary>
<param name="instrumentDriverRevision">
Returns a string containing the instrument driver software revision numbers.
</param>
<param name="firmwareRevision">
Returns a string containing the instrument firmware revision numbers.
</param>
<exception cref="T:Ivi.Driver.IviCDriverException">
A failure occurred when reading the firmware revision.
</exception>
<lastupdated>12/29/2009 1:00:21 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ErrorQuery">
<summary>
Reads an error code and message from the DMM error queue.
</summary>
<returns>
Returns the error query result.
</returns>
<remarks>
National Instruments DMMs do not contain an error queue. Errors are reported as they occur. Therefore,
this method does not detect errors; it is included for compliance with the IviDmm Class Specification.
</remarks>
<lastupdated>3/4/2016 11:06:52 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ClearError">
<summary>
Clears all errors.
</summary>
<lastupdated>3/4/2016 11:06:47 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.SelfTest">
<summary>
Performs a self-test on the DMM to ensure that the DMM is functioning properly. Self-test does not calibrate the DMM.
</summary>
<returns>
Returns error code and self-test status message.
</returns>
<remarks>
This method calls <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Reset" crefType="Unqualified"/>, and any configurations previous to the call will be lost. All properties will be set to their default values after the call returns.
</remarks>
<exception cref="T:Ivi.Driver.IviCDriverException">
The method failed for AC measurements.
<para>
-or-
</para>
The method failed for DC measurements.<para>
-or-
</para>
The method failed for resistance measurements.
</exception>
<lastupdated>3/4/2016 11:07:06 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Lock">
<summary>
Attempts to acquire a synchronization lock on this instance of the driver. The calling thread is blocked
indefinitely until the lock is acquired.
</summary>
<returns>
A reference to the acquired lock.
</returns>
<remarks>
Use this method to gain exclusive access to the driver
instance across a series of methods calls. You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock.Unlock"/> on the returned lock to allow other threads to access this instance of the driver.
<para>
This is not an I/O lock, such as a VISA lock. It is a thread synchronization lock for this instance
of the specific driver in the process.</para>
</remarks>
<lastupdated>3/4/2016 11:06:55 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Lock(Ivi.Driver.PrecisionTimeSpan)">
<summary>
Attempts to acquire a synchronization lock on this instance of the driver.
</summary>
<param name="maximumTime">The maximum amount of time to wait to acquire the lock.
</param>
<returns>A reference to the acquired lock.
</returns>
<remarks>
The calling thread is blocked
until either the lock is acquired or <paramref name="maximumTime"/> expires. If the lock is not acquired within the interval specified
by <paramref name="maximumTime"/>, an exception is returned. This method is useful for gaining exclusive access to the driver instance
across a series of methods calls. The user must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverLock.Unlock"/> on the returned lock to relinquish the
lock and allow other threads to access this instance of the driver.
<para>
This is not an I/O lock, such as a VISA lock. It is a thread synchronization lock for this instance
of the specific driver in the process.</para>
</remarks>
<lastupdated>3/4/2016 11:06:59 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ImportAttributeConfigurationFile(System.String)">
<summary>
Imports an attribute configuration to the session from the specified file.
</summary>
<remarks>
You can export and import session attribute configurations only between devices with identical model numbers.
<note type="note"> You cannot call this method while the session is in a running state, such as while acquiring a waveform.</note>
<note type="note"> Not supported on the PCMCIA-4050 or the PXI/PCI-4060.</note>
Imported and exported attribute configurations contain coerced values for the following NI-DMM devices:
<list type="bullet">
<item>PXI/PCI/PCIe/USB-4065</item>
<item>PXI/PCI-4070</item>
<item>PXI-4071</item>
<item>PXI-4072</item>
</list>
NI-DMM coerces attribute values when the value you set is within the allowed range for the attribute but is not one of the discrete valid values the attribute supports. For example, for an attribute that coerces values up, if you choose a value of 4 when the adjacent valid values are 1 and 10, the attribute coerces the value to 10.
</remarks>
<param name="filePath">
The absolute path to the file containing the attribute configuration to import. If you specify an empty or relative path, this method returns an error. The default file extension is <format type="monospace">.nidmmconfig</format>.
</param>
<exception cref="T:System.ObjectDisposedException">
The <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ImportAttributeConfigurationFile(System.String)" crefType="PartiallyQualified"/> method was called after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/>
object was disposed.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The underlying NI-DMM driver returned an error.
</exception>
<lastupdated>02/08/2018 3:40:55 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ExportAttributeConfigurationFile(System.String)">
<summary>
Exports the attribute configuration of the session to the specified file.
</summary>
<remarks>
You can export and import session attribute configurations only between devices with identical model numbers.
<para/>
This method verifies that the attributes you have configured for the session are valid. If the configuration is invalid, NI-DMM returns an error.
<note type="note">Not supported on the PCMCIA-4050 or the PXI/PCI-4060.</note>
Imported and exported attribute configurations contain coerced values for the following NI-DMM devices:
<list type="bullet">
<item>PXI/PCI/PCIe/USB-4065</item>
<item>PXI/PCI-4070</item>
<item>PXI-4071</item>
<item>PXI-4072</item>
</list>
NI-DMM coerces attribute values when the value you set is within the allowed range for the attribute but is not one of the discrete valid values the attribute supports. For example, for an attribute that coerces values up, if you choose a value of 4 when the adjacent valid values are 1 and 10, the attribute coerces the value to 10.
</remarks>
<param name="filePath">
The absolute path to the file to contain the exported attribute configuration. If you specify an empty or relative path, this method returns an error. The default file extension is <format type="monospace">.nidmmconfig</format>.
</param>
<exception cref="T:System.ObjectDisposedException">
The <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ExportAttributeConfigurationFile(System.String)" crefType="PartiallyQualified"/> method was called after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/>
object was disposed.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The underlying NI-DMM driver returned an error.
</exception>
<lastupdated>02/08/2018 3:40:55 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ImportAttributeConfigurationBuffer(System.Byte[])">
<summary>
Imports an attribute configuration to the session from the specified <paramref name="configuration"/>.
</summary>
<remarks>
You can export and import session attribute configurations only between devices with identical model numbers.
<note type="note">You cannot call this method while the session is in a running state, such as while acquiring a waveform.</note>
<note type="note">Not supported on the PCMCIA-4050 or the PXI/PCI-4060.</note>
Imported and exported attribute configurations contain coerced values for the following NI-DMM devices:
<list type="bullet">
<item>PXI/PCI/PCIe/USB-4065</item>
<item>PXI/PCI-4070</item>
<item>PXI-4071</item>
<item>PXI-4072</item>
</list>
NI-DMM coerces attribute values when the value you set is within the allowed range for the attribute but is not one of the discrete valid values the attribute supports. For example, for an attribute that coerces values up, if you choose a value of 4 when the adjacent valid values are 1 and 10, the attribute coerces the value to 10.
</remarks>
<param name="configuration">
The byte array that contains the attribute configuration to import.
</param>
<exception cref="T:System.ObjectDisposedException">
The <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ImportAttributeConfigurationBuffer(System.Byte[])" crefType="PartiallyQualified"/> method was called after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/>
object was disposed.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The underlying NI-DMM driver returned an error.
</exception>
<lastupdated>02/08/2018 3:40:55 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ExportAttributeConfigurationBuffer">
<summary>
Exports the attribute configuration of the session to the specified <see cref="T:System.Byte"/> array buffer.
</summary>
<remarks>
You can export and import session attribute configurations only between devices with identical model numbers.
<para/>
This method verifies that the attributes you have configured for the session are valid. If the configuration is invalid, NI-DMM returns an error.
<note type="note">Not supported on the PCMCIA-4050 or the PXI/PCI-4060.</note>
Imported and exported attribute configurations contain coerced values for the following NI-DMM devices:
<list type="bullet">
<item>PXI/PCI/PCIe/USB-4065</item>
<item>PXI/PCI-4070</item>
<item>PXI-4071</item>
<item>PXI-4072</item>
</list>
NI-DMM coerces attribute values when the value you set is within the allowed range for the attribute but is not one of the discrete valid values the attribute supports. For example, for an attribute that coerces values up, if you choose a value of 4 when the adjacent valid values are 1 and 10, the attribute coerces the value to 10.
</remarks>
<returns>
Returns a <see cref="T:System.Byte"/> array containing the attribute configuration.
</returns>
<exception cref="T:System.ObjectDisposedException">
The <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.ExportAttributeConfigurationBuffer" crefType="PartiallyQualified"/> method was called after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/>
object was disposed.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The underlying NI-DMM driver returned an error.
</exception>
<lastupdated>02/08/2018 3:40:55 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>False</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#Disable">
<exclude/>
<lastupdated>9/30/2009 4:12:46 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#ErrorQuery">
<exclude/>
<lastupdated>9/30/2009 4:12:54 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#Lock">
<exclude/>
<lastupdated>3/31/2010 11:50:54 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#Lock(Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>3/31/2010 11:50:54 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#Reset">
<exclude/>
<lastupdated>9/30/2009 4:13:04 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#ResetWithDefaults">
<exclude/>
<lastupdated>9/30/2009 4:13:11 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Ivi#Driver#IIviDriverUtility#SelfTest">
<exclude/>
<lastupdated>9/30/2009 4:13:19 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAC">
<summary>
Configures properties applicable only to AC measurements.
</summary>
<remarks>Use DmmAC to configure properties applicable only to AC measurements, such as <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMax" crefType="Unqualified"/> and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMin"/>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<seealso cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmAC.ConfigureBandwidth(System.Double,System.Double)"/>
<lastupdated>3/4/2016 11:04:10 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMax">
<summary>
Gets or sets the maximum frequency component of the input signal for AC measurements.
</summary>
<value>
The valid range is 1 Hz300 kHz for the NI 4070/4071/4072, 10 Hz100 kHz for the NI 4065, and 20 Hz25 kHz for the NI 4050 and NI 4060.
</value>
<remarks>
This property is used only for error checking. This property verifies that the value of this parameter is less than the maximum frequency of the device.
This property affects the DMM only when you set the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> to AC measurements.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction" crefType="Unqualified"/>
<lastupdated>9/2/2010 4:23:14 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMin">
<summary>
Gets or sets the minimum frequency component of the input signal for AC measurements.
</summary>
<value>
The valid range is 1 Hz300 kHz for the NI 4070/4071/4072, 10 Hz100 kHz for the NI 4065,
and 20 Hz25 kHz for the NI 4050 and NI 4060.
</value>
<remarks>
This property affects the DMM only when you set
the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> to AC measurements.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction" crefType="Unqualified"/>
<lastupdated>9/2/2010 4:25:48 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.Ivi#Dmm#IIviDmmAC#FrequencyMax">
<exclude/>
<lastupdated>9/30/2009 4:03:14 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.Ivi#Dmm#IIviDmmAC#FrequencyMin">
<exclude/>
<lastupdated>9/30/2009 4:04:05 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmAC.Ivi#Dmm#IIviDmmAC#ConfigureBandwidth(System.Double,System.Double)">
<exclude/>
<lastupdated>9/30/2009 4:04:15 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmAC.ConfigureBandwidth(System.Double,System.Double)">
<summary>
Configures <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMin" crefType="Unqualified"/>
and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMax" crefType="Unqualified"/>
for AC measurements.
</summary>
<param name="minimumFrequency">
The minimum expected frequency component of the input signal in hertz.
</param>
<param name="maximumFrequency">
The maximum expected frequency component of the input signal in hertz within the device limits.
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is not positive.
</exception>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMax" crefType="Unqualified"/>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAC.FrequencyMin" crefType="Unqualified"/>
<lastupdated>12/28/2009 1:31:31 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency">
<threadsafety safety="safe"/>
<summary>
Provides information regarding voltage.
</summary>
<remarks>For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/configure_frequency.html');">Configuring Frequency Measurements</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is thrown if members are accessed after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:07:10 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRange">
<summary>
Gets or sets a value indicating whether the frequency voltage is auto-ranging.
</summary>
<value>
<see langword="true"/>, if the frequency voltage is auto-ranging;
<see langword="false"/>, if it is not.
</value>
<remarks>
<note type="note">
For the NI 4080/4081/4082 and NI 4070/4071/4072 only.
</note>
</remarks>
<lastupdated>10/31/2017 5:30:00 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageRange">
<summary>
Gets or sets the maximum amplitude of the input signal for frequency measurements.
</summary>
<remarks>
For the NI 4080/4081/4082 and NI 4070/4071/4072 only.
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/configure_frequency.html');">Configuring Frequency Measurements</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<value>
The maximum amplitude of the input signal for frequency measurements.
<para>
If <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRange"/> is set to <see langword="true"/> or if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageRange"/> is set to -1.0, the
DMM is configured to take an auto-range measurement to calculate the voltage range before each frequency or period measurement.
If <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRange"/> is set to <see langword="false"/> or if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageRange"/> is set to -2.0,
auto-ranging is disabled, and NI-DMM sets the voltage range to the last calculated voltage range.
</para>
</value>
<lastupdated>10/31/2017 5:30:00 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRangeValue">
<summary>
Gets the measurement auto-range value for frequency voltage range.
</summary>
<remarks>
The value is in units appropriate for the current value of the
<see cref="T:Ivi.Dmm.MeasurementFunction"/>. For
example, if <see cref="T:Ivi.Dmm.MeasurementFunction"/> is
set to <see cref="F:Ivi.Dmm.MeasurementFunction.ACVolts" crefType="PartiallyQualified"/>, the units are volts.
The value of this property is only valid if <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRange"/> is set to <see langword="true"/>, and a read or fetch has occurred.
</remarks>
<value>
The measurement auto-range value for the frequency voltage range.
</value>
<lastupdated>10/31/2017 5:30:00 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.Ivi#Dmm#IIviDmmFrequency#VoltageAutoRange">
<exclude/>
<lastupdated>9/30/2009 4:13:41 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.Ivi#Dmm#IIviDmmFrequency#VoltageRange">
<exclude/>
<lastupdated>9/30/2009 4:13:51 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced">
<summary>
Configures and obtains additional information concerning the instrument driver session.
</summary>
<remarks>Use this class to configure and obtain additional information concerning the instrument driver session.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/21/2016 4:56:26 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTime">
<summary>
Gets or sets the measurement aperture time for the current configuration.
</summary>
<value>
<para>
On the NI 4070/4071/4072, the minimum aperture time is 8.89 microseconds (µs), and the maximum aperture time is 149 seconds (s). Any number of powerline
cycles (PLCs) within the minimum and maximum ranges is allowed on the NI 4070/4071/4072.</para><para>
On the NI 4065, the minimum aperture time is 333 µs, and the maximum aperture time is 78.2 s. If setting the number of averages
directly, the total measurement time is aperture time multiplied by the number of averages, which must be less than 72.8 s. The aperture times
allowed are 333 µs, 667 µs, or multiples of 1.11 ms<entity value="#151"/>for example 1.11 ms, 2.22 ms, 3.33 ms, and so on. If you set an aperture time
other than 333 µs, 667 µs, or multiples of 1.11 ms, the value will be coerced up to the next supported aperture time.</para>
<para>On the NI 4060, when the powerline frequency is 60 Hz, the PLCs allowed are 1 PLC, 6 PLC, 12 PLC, and 120 PLC. When the powerline
frequency is 50 Hz, the PLCs allowed are 1 PLC, 5 PLC, 10 PLC, and 100 PLC.</para>
</value>
<remarks>
To override the default aperture, set this property to the desired aperture time after calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)"/>. To return to the default, set this property to -1.
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/aperture_time.html');">Aperture Time</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:04:23 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTimeUnits">
<summary>
Gets or sets the unit of measurement used for aperture time for the current configuration.
</summary>
<remarks>
The NI 4060 does not support an aperture time set in seconds.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits" crefType="Unqualified"/>
<value>The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits.PowerLineCycles"/>.
</value>
<lastupdated>3/4/2016 11:04:26 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.NumberOfAverages">
<summary>
Gets or sets the number of averages to perform in a measurement.
</summary>
<value>
The default is 1.
</value>
<remarks>
For the NI 4070/4071/4072, applies only when the aperture time is not set to <format type="bold">Auto</format>, and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AutoZero" crefType="Unqualified"/> is <format type="bold">On</format>.
<note type="note">
The NI 4050 and NI 4060 are not supported.
</note>
</remarks>
<lastupdated>12/28/2009 2:53:04 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.SettleTime">
<summary>
Gets or sets the settling time in seconds.
</summary>
<remarks>
Use this property to override the default. To return to the default, set this property to <format type="bold">Auto</format> (1).
<note type="note">The NI 4050 and NI 4060 are not supported.
</note>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/settle_time.html');">Settling Time</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<value>
The default value is <format type="bold">Auto</format>.
</value>
<lastupdated>3/4/2016 11:04:43 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AutoZero">
<summary>
Gets or sets the AutoZero mode.
</summary>
<remarks>
Configures the DMM for AutoZero. When AutoZero is ON, the DMM internally disconnects the input signal and takes a zero reading. It
then subtracts the zero reading from the measurement. This prevents offset voltages present on the input circuitry of the DMM
from affecting measurement accuracy. When AutoZero is OFF, the DMM does not compensate for zero reading offset.
<note type="note">
The NI 4050 is not supported.
</note>
<para>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/auto_zero.html');">Auto Zero</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</para>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAuto" crefType="Unqualified"/>
<value>
The default value is Auto.
</value>
<lastupdated>3/4/2016 11:04:31 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.PowerlineFrequency">
<summary>
Gets or sets the powerline frequency.
</summary>
<value>
When setting the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTime" crefType="Unqualified"/>, select the
number of PLCs for the powerline frequency. For example, if the powerline frequency is 50 Hz (or 20 ms) and aperture time in PLCs is 5,
then aperture time in seconds is 20 ms x 5 PLCs, or 100 ms. Similarly, if powerline frequency is 60 Hz (or 16.667 ms) and aperture
time in PLCs is 6, then aperture time in seconds is 16.667 ms x 6 PLCs, or 100 ms.
</value>
<remarks>
After configuring powerline frequency, set the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTimeUnits" crefType="Unqualified"/> to PLCs.
The NI 4050 and NI 4060 use this value to select an aperture time to reject powerline noise by selecting the appropriate internal sample clock and filter. The NI 4065 and NI 4070/4071/4072 use this value to select a timebase for setting the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTime" crefType="Unqualified"/> property in powerline cycles (PLCs).
<para>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/cviniDMM_ConfigurePowerLineFrequency.html');"> niDMM_ConfigurePowerLineFrequency</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>. </para>
</remarks>
<lastupdated>3/4/2016 11:04:39 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AdcCalibration">
<summary>
Gets or sets the ADC calibration mode.
</summary>
<remarks>
For the NI 4070/4071/4072 only.
<para>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AdcCalibration" crefType="Unqualified"/> allows the DMM to compensate
for gain drift since the last external calibration or self-calibration.
When <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AdcCalibration" crefType="Unqualified"/> is <format type="bold">ON</format>, the DMM measures
an internal reference to calculate the correct gain for the measurement. When
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AdcCalibration" crefType="Unqualified"/> is <format type="bold">OFF</format>, the DMM does not compensate for changes to the gain.
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/adc_calibration.html');">ADC Calibration</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>. </para>
</remarks>
<value>The default is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration.Auto"/>. </value>
<lastupdated>3/4/2016 11:04:19 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.DCNoiseRejection">
<summary>
Gets or sets the DC noise rejection mode.
</summary>
<remarks>
By default, <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.DCNoiseRejection" crefType="Unqualified"/> is set to
Auto (1). When the value is <format type="bold">Auto</format>, the driver selects the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.DCNoiseRejection" crefType="Unqualified"/> setting
based on the resolution you configure. If you configure the NI 4070/4071/4072 with
an absolute resolution that corresponds to 6½ digits (NI 4070/4072) or 7½ digits (NI 4071 only), the driver
uses high-order DC noise rejection. If you configure the NI 4065 with an absolute resolution that corresponds
to 6½ digits, the driver uses second-order DC noise rejection. For lower resolution DC measurements, the driver
uses second-order DC noise rejection for the NI 4070/4071/4072 and normal DC noise rejection for the NI 4065. If
you set the aperture time or configure the device for a waveform acquisition, the driver uses normal DC noise
rejection by default. For AC measurements with the NI 4065, the driver uses second-order DC noise rejection.
<note type="note">
The NI 4050 and NI 4060 are not supported.
</note>
<para>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/dc_noise_rejection.html');">DC Noise Rejection</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.</para>
</remarks>
<value>
The default value is <format type="bold">Auto</format>.
</value>
<lastupdated>3/4/2016 11:04:35 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.OffsetCompensatedOhm">
<summary>
Gets or sets whether the compensated ohms are offset.
</summary>
<remarks>
For NI 4070/4071/4072 only.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmOffsetCompensatedOhm" crefType="Unqualified"/>
<value>The default value is <format type="bold">Off</format>.</value>
<lastupdated>12/28/2009 2:53:34 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ShuntValue">
<summary>
Gets or sets the shunt resistance value.
</summary>
<remarks>
For the NI 4050 only.
<note type="note">
The NI 4050 requires an external shunt resistor for current measurements.
</note>
</remarks>
<value>
The shunt resistance in ohms.
</value>
<lastupdated>3/4/2016 11:04:49 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.Ivi#Dmm#IIviDmmAdvanced#ApertureTime">
<exclude/>
<lastupdated>9/30/2009 3:51:39 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.Ivi#Dmm#IIviDmmAdvanced#ApertureTimeUnits">
<exclude/>
<lastupdated>9/30/2009 3:51:39 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.Ivi#Dmm#IIviDmmAdvanced#AutoZero">
<exclude/>
<lastupdated>9/30/2009 3:51:39 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.Ivi#Dmm#IIviDmmAdvanced#PowerlineFrequency">
<exclude/>
<lastupdated>9/30/2009 3:51:39 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger">
<summary>
Customizes the triggering functionality for your application.
</summary>
<threadsafety safety="safe"/>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/trigger.html');">Triggering</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed
after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:14:24 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto">
<summary>
Gets or sets a value indicating whether the DMM selects the trigger delay automatically.
</summary>
<value>
The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>, which means that the DMM waits before taking the measurement.
When using the NI 4050, this property must be set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>.
</value>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAuto" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:14:27 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay">
<summary>
Gets or sets the time (in seconds) that the DMM waits after it has received a trigger before taking a measurement.
</summary>
<value>
For the NI 4065 and NI 4070/4071/4072, the valid range for trigger delay is 0.0-149.0 seconds and the onboard timing resolution is 34.72 ns.
On the NI 4060, if this property is set to 0, the DMM does not settle before taking the measurement. On the NI 4060, the valid range for <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/> is 0.0-12.0 seconds and the onboard timing resolution is 100 ms.
When using the NI 4050, <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto" crefType="Unqualified"/> must be
set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>.
Use positive values to set the trigger delay in seconds.
The default value for <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto" crefType="Unqualified"/> is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>.
</value>
<remarks>
The NI 4065 and NI 4070/4071/4072 use the value specified in this property as additional settling time.
</remarks>
<lastupdated>9/2/2010 4:48:51 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Slope">
<summary>
Gets or sets the edge of the signal from the specified trigger source on which the DMM is triggered.
</summary>
<value>
<list type="table">
<listheader>
<term>Slope</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Positive"/>
</term>
<description>
The driver triggers on the rising edge of the trigger signal.
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Negative"/>
</term>
<description>
The driver triggers on the falling edge of the trigger signal.
</description>
</item>
</list>
</value>
<lastupdated>1/5/2010 2:59:44 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source">
<summary>
Gets or sets the trigger source.
</summary>
<value>
The following table lists the trigger source and their descriptions.
<list type="table">
<listheader>
<term>Trigger Source</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Immediate" crefType="Unqualified"/>
</term>
<description>
No trigger specified
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.External" crefType="Unqualified"/>
</term>
<description>
AUX I/O Connector Trigger Line 0
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.SoftwareTrigger" crefType="Unqualified"/>
</term>
<description>
Software trigger
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl0" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 0
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl1" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 1
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl2" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 2
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl3" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 3
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl4" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 4
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl5" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 5
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl6" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 6
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.Ttl7" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 7
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.PxiStar" crefType="Unqualified"/>
</term>
<description>
PXI Star Trigger Line
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.LbrTrig1" crefType="Unqualified"/>
</term>
<description>
Internal Trigger Line of a PXI/SCXI Combination Chassis
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource.AuxTrig1" crefType="Unqualified"/>
</term>
<description>
AUX I/O Connector Trigger Line 1
</description>
</item>
</list>
To determine which values are supported by each device, refer to the
<see href="javascript:LaunchHelp('DMM.chm::/CVItrigger_routing.html');">LabWindows/CVI Trigger Routing</see> section in the <format type="italics">NI Digital Multimeters Help</format>.
</value>
<remarks>
When <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> is called, the DMM waits for the trigger specified with this property. After it receives the trigger, the DMM waits the length of time specified with the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay" crefType="Unqualified"/>. The DMM then takes a measurement.
<note type="note">
This property is not supported on the NI 4050.</note>
</remarks>
<lastupdated>3/4/2016 11:14:36 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.MeasurementCompleteDestination">
<summary>
Gets or sets the destination of the measurement complete (MC) signal.
</summary>
<value>
The following table lists the trigger destination and their descriptions.
<list type="table">
<listheader>
<term>Trigger Destination</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.None" crefType="Unqualified"/>
</term>
<description>
No trigger specified
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.External" crefType="Unqualified"/>
</term>
<description>
AUX I/O Connector
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl0" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 0
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl1" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 1
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl2" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 2
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl3" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 3
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl4" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 4
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl5" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 5
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl6" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 6
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.Ttl7" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 7
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementCompleteDestination.LbrTrig0" crefType="Unqualified"/>
</term>
<description>
Internal Trigger Line of a PXI/SCXI Combination Chassis
</description>
</item>
</list>
To determine which values are supported by each device, refer to the <see href="javascript:LaunchHelp('DMM.chm::/CVItrigger_routing.html');">LabWindows/CVI Trigger Routing</see>
section in
the <format type="italics">NI Digital Multimeters Help</format>.
</value>
<remarks>
The NI 4050 is not supported.
</remarks>
<lastupdated>3/4/2016 11:14:31 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.MeasurementCompleteDestinationSlope">
<summary>
Gets or sets the polarity of the generated measurement complete signal.
</summary>
<value>
If set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Positive"/>
the driver triggers on the rising edge of the trigger signal.
If set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Negative"/>
the driver triggers on the falling edge of the trigger signal.
</value>
<lastupdated>3/5/2010 4:31:47 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.MultiPoint">
<summary>
Gets data on multiple triggers and multiple measurements per trigger.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint"/>.
</value>
<lastupdated>1/11/2010 1:58:23 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#MultiPoint">
<exclude/>
<lastupdated>9/30/2009 4:21:46 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#DelayAuto">
<exclude/>
<lastupdated>9/30/2009 4:21:30 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#Slope">
<exclude/>
<lastupdated>9/30/2009 4:21:57 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#Delay">
<exclude/>
<lastupdated>9/30/2009 4:21:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#Source">
<exclude/>
<lastupdated>9/30/2009 4:21:52 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#MeasurementCompleteDestination">
<exclude/>
<lastupdated>3/5/2010 4:32:06 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#Configure(System.String,Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>9/30/2009 4:22:14 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Ivi#Dmm#IIviDmmTrigger#Configure(System.String,System.Boolean)">
<exclude/>
<lastupdated>9/30/2009 4:22:10 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource,NationalInstruments.PrecisionTimeSpan)">
<summary>
Configures trigger-related properties. The properties include <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay" crefType="Unqualified"/>.
</summary>
<param name="triggerSource">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> that initiates the acquisition.
Setting <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> to
<format type="bold">Software Trigger</format>
configures the DMM to wait until
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SendSoftwareTrigger" crefType="Unqualified"/> is called before
triggering the DMM.
</param>
<param name="triggerDelay">
Specifies the time that the DMM waits after it has received a trigger before taking a measurement.
The <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay" crefType="Unqualified"/> is set to this value.
On the NI 4060, if you set <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay" crefType="Unqualified"/> to 0, the
DMM does not settle before taking the measurement. The NI 4065 and NI 4070/4071/4072 use the value specified in <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Delay" crefType="Unqualified"/> as additional settling time.
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<remarks>
When using the NI 4050, <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto" crefType="Unqualified"/> must be
set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAuto" crefType="Unqualified"/>
<lastupdated>9/2/2010 4:50:20 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmTriggerSource,System.Boolean)">
<summary>
Configures trigger-related properties. The properties include <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> and <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto" crefType="Unqualified"/>.
</summary>
<param name="triggerSource">
Specifies the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> that initiates the acquisition.
Setting <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> to
<format type="bold">Software Trigger</format>
configures the DMM to wait until
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SendSoftwareTrigger" crefType="Unqualified"/> is called before
triggering the DMM.
</param>
<param name="autoTriggerDelay">
Indicates whether the driver automatically calculates the appropriate settling time before taking the measurement.
<note type="note">
When using the NI 4050, <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.DelayAuto" crefType="Unqualified"/> must be set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>.
</note>
</param>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.NotSupportedException">
The parameter enum value specified is not supported.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAuto" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:14:41 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint">
<summary>
Provides properties and methods for acquiring data on multiple triggers and acquiring multiple measurements per trigger.
</summary>
<threadsafety safety="safe"/>
<remarks>
To configure multiple point acquisitions, first configure the function, range, and resolution with the
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm"/> object's
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.Configure(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>,
and then configure the number of points to acquire with the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint"/>
object's <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)"/>. Multiple point acquisitions are useful
when you need to acquire multiple
measurements with the same configuration.
<para>For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/multi_point.html');">Multiple Point Acquisitions</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.</para>
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger"/>
<lastupdated>3/4/2016 11:11:23 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.BufferSize">
<summary>
Gets or sets the size in samples of the internal data buffer.
</summary>
<value>
Maximum is 134,217,727 (Ox7FFFFFF) samples. When set to -1, NI-DMM chooses the buffer size.
</value>
<lastupdated>12/29/2009 4:15:02 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Latency">
<summary>
Gets or sets the number of measurements transferred at a time from the instrument to an internal buffer.
</summary>
<value>
When set to -1, NI-DMM chooses the transfer size.
</value>
<lastupdated>12/29/2009 4:16:39 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleCount">
<summary>
Gets or sets the number of measurements the DMM takes each time it receives a trigger in a multiple point acquisition.
</summary>
<value>
The number of measurements the DMM makes in each measurement sequence
initiated by a trigger. The default is 1.
</value>
<lastupdated>1/5/2010 3:23:27 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleDelayMode">
<summary>
Gets or sets a delay interval after an sample external trigger for the NI 4060 only.
</summary>
<value>The default value is 0.
</value>
<lastupdated>12/1/2009 3:26:59 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleInterval">
<summary>
Gets or sets the amount of time in seconds the DMM waits between measurement cycles.
</summary>
<value>
On the NI 4065 and NI 4070/4071/4072, the onboard timing resolution is 34.72 ns and the valid range is 0-149 s.
Only positive values are valid when setting the sample interval.
</value>
<remarks>
This property only applies when the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/> is set to Interval.
On the NI 4060, the value for this property is used as the settling time. When this property is set to 0, the NI 4060 does not settle between measurement cycles. The onboard timing resolution is 1 µs on the NI 4060.
The NI 4065 and NI 4070/4071/4072 use the value specified in this property as additional delay.
<note type="note">
The NI 4050 is not supported.
</note>
</remarks>
<lastupdated>8/17/2011 7:48:00 PM</lastupdated>
<updatedby>NI</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger">
<summary>
Gets or sets the sample trigger source.
</summary>
<remarks>
To determine which values are supported by each device, refer to the <see href="javascript:LaunchHelp('DMM.chm::/CVItrigger_routing.html');">LabWindows/CVI Trigger Routing</see>
section in
the <format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<value>
The following table lists the trigger source and their descriptions.
<list type="table">
<listheader>
<term>Trigger Source</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Immediate" crefType="Unqualified"/>
</term>
<description>
No trigger specified
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.External" crefType="Unqualified"/>
</term>
<description>
AUX I/O Connector Trigger Line 0
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.SoftwareTrigger" crefType="Unqualified"/>
</term>
<description>
Software trigger
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Interval" crefType="Unqualified"/>
</term>
<description>
Interval trigger
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl0" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 0
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl1" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 1
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl2" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 2
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl3" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 3
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl4" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 4
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl5" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 5
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl6" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 6
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.Ttl7" crefType="Unqualified"/>
</term>
<description>
PXI Trigger Line 7
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.PxiStar" crefType="Unqualified"/>
</term>
<description>
PXI Star Trigger Line
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.LbrTrig1" crefType="Unqualified"/>
</term>
<description>
Internal Trigger Line of a PXI/SCXI Combination Chassis
</description>
</item>
<item>
<term>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger.AuxTrig1" crefType="Unqualified"/>
</term>
<description>
AUX I/O Connector Trigger Line 1
</description>
</item>
</list>
</value>
<lastupdated>3/4/2016 11:11:28 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTriggerSlope">
<summary>
Gets or sets the edge of the signal from the specified sample trigger source on which the DMM is triggered.
</summary>
<value>
<list type="table">
<listheader>
<term>Slope</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Positive"/>
</term>
<description>
The driver triggers on the rising edge of the trigger signal.
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmSlope.Negative"/>
</term>
<description>
The driver triggers on the falling edge of the trigger signal.
</description>
</item>
</list>
</value>
<lastupdated>1/5/2010 2:58:01 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.TriggerCount">
<summary>
Gets or sets the number of triggers the DMM receives before returning to the Idle state.
</summary>
<value>
This property can be set to any positive value for the NI 4065 and NI 4070/4071/4072.
</value>
<remarks>
The NI 4050 and NI 4060 support this property being set to 1.
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/multi_point.html');">Multiple Point Acquisitions</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:11:32 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Ivi#Dmm#IIviDmmMultiPoint#TriggerCount">
<exclude/>
<lastupdated>9/30/2009 4:18:22 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Ivi#Dmm#IIviDmmMultiPoint#SampleCount">
<exclude/>
<lastupdated>9/30/2009 4:18:27 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Ivi#Dmm#IIviDmmMultiPoint#SampleInterval">
<exclude/>
<lastupdated>9/30/2009 4:18:30 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Ivi#Dmm#IIviDmmMultiPoint#SampleTrigger">
<exclude/>
<lastupdated>9/30/2009 4:18:31 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Ivi#Dmm#IIviDmmMultiPoint#Configure(System.Int32,System.Int32,System.String,Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>9/30/2009 4:18:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)">
<summary>
Configures properties related to multipoint acquisition.
</summary>
<param name="triggerCount">
Sets the number of triggers you want the DMM to receive before returning to the Idle state. The driver sets <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.TriggerCount" crefType="Unqualified"/> to this value. The default value is 1.
</param>
<param name="sampleCount">
Sets the number of measurements the DMM makes in each measurement sequence initiated by a trigger. The driver sets <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleCount" crefType="Unqualified"/> to this value. The default value is 1.
</param>
<param name="sampleTrigger">
Specifies the sample trigger source you want to use. The driver sets
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/> to this value.
The default is Immediate.
</param>
<param name="sampleInterval">
Sets the amount of time in seconds the DMM waits between measurements. The driver sets
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleInterval" crefType="Unqualified"/> to this value.
Specify a sample interval to add settling time between measurements or to decrease the measurement rate.
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleInterval" crefType="Unqualified"/> only applies
when the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/> is set to Interval.
On the NI 4060, the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleInterval" crefType="Unqualified"/> value is used as the settling time. When sample interval is set to 0, the DMM does not settle between
measurements. The NI 4065 and NI 4070/4071/4072 use the value specified in Sample Interval as additional delay. The default value (PrecisionTimeSpan.MaxValue)
ensures that the DMM settles for a recommended time. This is the same as using an Immediate trigger.
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.ArgumentException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
An acquisition of less than three samples does not support external triggering or an external measurement complete destination.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<remarks><para>
Use this method to configure the following properties:
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.TriggerCount" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleCount" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/>, and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleInterval" crefType="Unqualified"/>.
For continuous acquisitions, set
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.TriggerCount" crefType="Unqualified"/> or
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleCount" crefType="Unqualified"/> to zero.
<note type="note">
This property is not used on the NI 4050.
</note>
To determine which values are supported by each device, refer to the <see href="javascript:LaunchHelp('DMM.chm::/CVItrigger_routing.html');">LabWindows/CVI Trigger Routing</see>
section in
the <format type="italics">NI Digital Multimeters Help</format>. </para>
</remarks>
<lastupdated>3/4/2016 11:11:37 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement">
<summary>
Provides properties to acquire data from a measurement.
</summary>
<threadsafety safety="safe"/>
<remarks>Provides properties that acquire data from a measurement.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:07:19 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadCompleted">
<summary>
Occurs when an asynchronous call for the read singlepoint operation completes.
</summary>
<lastupdated>3/21/2016 2:54:58 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted">
<summary>
Occurs when an asynchronous call for a fetch multipoint operation completes.
</summary>
<lastupdated>3/21/2016 2:54:52 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted">
<summary>
Occurs when an asynchronous call for the read multipoint operation completes.
</summary>
<lastupdated>3/21/2016 2:55:05 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SynchronizeCallbacks">
<summary>
Gets or sets a value indicating whether the events and callback delegates are invoked through the <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods.
</summary>
<value>
<see langword="true"/> if events and callbacks are invoked through the <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods; otherwise, events and callbacks are invoked directly. The default value is
<see langword="true"/>.
</value>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/21/2016 2:54:46 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate">
<summary>
Initiates an acquisition.
</summary>
<remarks>
After you call this method, the DMM leaves the Idle state and enters the Wait-for-Trigger state.
If trigger is set to Immediate mode, the DMM begins acquiring measurement data. Use
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Fetch" crefType="Unqualified"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPoint(System.Int32)" crefType="Unqualified"/>, or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Int32@,System.Double[]@)" crefType="Unqualified"/>
to retrieve the measurement data, or use <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedFetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double})" crefType="Unqualified"/>
in
<see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition" crefType="Unqualified"/>.
</remarks>
<lastupdated>3/4/2016 11:08:02 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Fetch">
<summary>
Returns the value from a previously initiated measurement.
</summary>
<returns>
The measured value returned from the DMM.
</returns>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method. <linebreak/>
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been received,
or if the acquisition did not complete. The DMM calculates
the timeout automatically.
</exception>
<remarks>
You must call
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<lastupdated>3/4/2016 11:07:24 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Fetch(NationalInstruments.PrecisionTimeSpan)">
<summary>
Returns the value from a previously initiated measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 086400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<returns>
The measured value returned from the DMM.
</returns>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<remarks>
You must call
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
</remarks>
<lastupdated>3/4/2016 11:07:28 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPoint(System.Int32)">
<summary>
Returns an array of values from a previously initiated multipoint measurement.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is the
(<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>) parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>. For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<returns>
A <see cref="T:System.Double"/>[] array of measured values.
</returns>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> to
initiate a measurement before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger was not received,
or if the acquisition did not complete. The DMM calculates
the timeout automatically.
</exception>
<lastupdated>3/4/2016 11:07:32 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPoint(NationalInstruments.PrecisionTimeSpan)">
<summary>
Returns an array of values from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 086400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<returns>
A <see cref="T:System.Double"/>[] array of measured values.
</returns>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
</remarks>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/>
to initiate a measurement before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<lastupdated>3/4/2016 11:07:39 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32)">
<summary>
Returns an array of values from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is the
(<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>) parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>. For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<returns>
A <see cref="T:System.Double"/>[] array of measured values.
</returns>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> to
initiate a measurement before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<lastupdated>3/4/2016 11:07:44 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Int32@,System.Double[]@)">
<summary>
Returns an array of values from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 086400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>). For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="actualNumberOfPoints">
Specifies the actual number of points fetched.
</param>
<returns>
A <see cref="T:System.Double"/>[] array of measured values.
</returns>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> to initiate a measurement before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<lastupdated>3/4/2016 11:08:18 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPoint(System.Int32,System.Int32@,System.Double[]@)">
<summary>
Returns an array of values from a previously initiated multipoint measurement.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>). For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length is resized to <paramref name="pointsToFetch"/>.
</param>
<param name="actualNumberOfPoints">
Specifies the actual number of points fetched.
</param>
<returns>
A <see cref="T:System.Double"/>[] array of measured values.
</returns>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>. The maximum time allowed for
this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> to initiate a measurement before calling this method.
<para>-or-</para>
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been received,
or if the specified timeout is not long enough for the acquisition to complete. The DMM calculates
the timeout automatically.
</exception>
<lastupdated>3/4/2016 11:08:14 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointAsync(System.Int32,System.Object)">
<summary>
Fetches asynchronously from a previously initiated multipoint measurement.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is the
(<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>) parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>. For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted" crefType="Unqualified"/> is raised once this operation is completed.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after the other. The <format type="italics">userState</format>
parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is called, the operation completed event will not be raised.
</note>
Not calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before
calling this method causes an <see cref="T:Ivi.Driver.OperationNotSupportedException" crefType="FullyQualified"/>.
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete. The DMM calculates the
timeout automatically.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:07:48 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Object)">
<summary>
Fetches asynchronously from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="userState">
An object used to associate a client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and
<format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted" crefType="Unqualified"/> is raised
once this operation is completed.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after the
other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is
called, the operation completed event will not be raised.
</note>
Not calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before
calling this method causes an <see cref="T:Ivi.Driver.OperationNotSupportedException" crefType="FullyQualified"/>.
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete.
</remarks>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:07:56 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Object)">
<summary>
Fetches asynchronously from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is the
(<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>) parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>. For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted" crefType="Unqualified"/>
is raised once this operation is completed.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one
after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
Not calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before
calling this method causes an <see cref="T:Ivi.Driver.OperationNotSupportedException" crefType="FullyQualified"/>.
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete. The valid range is 0-86400000 milliseconds.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:07:52 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Double[],System.Object)">
<summary>
Fetches asynchronously from a previously initiated multipoint measurement.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>). For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, it will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and
<format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted" crefType="Unqualified"/> is
raised once this operation is completed.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one
after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
Not calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before
calling this method causes an <see cref="T:Ivi.Driver.OperationNotSupportedException" crefType="FullyQualified"/>.
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval. This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:08:28 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPointAsync(System.Int32,System.Double[],System.Object)">
<summary>
Fetches asynchronously from a previously initiated multipoint measurement.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>). For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, it will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters of
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointCompleted" crefType="Unqualified"/> is raised
once this operation is completed.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after
the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is
called, the operation completed event will not be raised.
</note>
Not calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before
calling this method causes an <see cref="T:Ivi.Driver.OperationNotSupportedException" crefType="FullyQualified"/>.
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete. The DMM calculates the
timeout automatically when the maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:08:24 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Read">
<summary>
Acquires a single measurement and fetches the measured value.
</summary>
<returns>
The measured value returned from the DMM.
</returns>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete. The DMM calculates the timeout
automatically.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<remarks>
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<lastupdated>3/4/2016 11:08:48 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Read(NationalInstruments.PrecisionTimeSpan)">
<summary>
Acquires a single measurement and returns the measured value.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<returns>
The measured value returned from the DMM.
</returns>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<lastupdated>3/4/2016 11:08:53 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPoint(System.Int32)">
<summary>
Acquires multiple measurements and returns an array of values.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The default value is 1.
</param>
<returns>
An array of measurement values.
<note type="note">
The size of the reading array must be at least the size that you specify for the <format type="italics">pointsToFetch</format> parameter.
</note>
</returns>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been received,
or if the specified timeout is not long enough for the acquisition to complete. The DMM calculates
the timeout automatically.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The number of points read is not equal to the number of points requested.
<para>-or-</para>
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format> parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<lastupdated>3/4/2016 11:09:08 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPoint(NationalInstruments.PrecisionTimeSpan)">
<summary>
Acquires multiple measurements and returns an array of values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<returns>
An array of measurement values.
<note type="note">
The size of the <format type="italics">reading</format> array must be at least the size that you specify for the <format type="italics">pointsToFetch</format> parameter.
</note>
</returns>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if the specified timeout is not long enough for the acquisition to complete.</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The number of points read is not equal to the number of points requested.
<para>-or-</para>
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the
<format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters
in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
</remarks>
<lastupdated>3/4/2016 11:09:11 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32)">
<summary>
Acquires multiple measurements and returns an array of values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions,
up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The
default value is 1.
</param>
<returns>
An array of measurement values.
<note type="note">
The size of the <format type="italics">reading</format> array must be at least the size that you specify for the <format type="italics">pointsToFetch</format> parameter.
</note>
</returns>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The number of points read is not equal to the number of points requested.
<para>-or-</para>
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format>
and <format type="italics">sampleCount</format>
parameters in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
</remarks>
<lastupdated>3/4/2016 11:09:14 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedReadMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Int32@,System.Double[]@)">
<summary>
Acquires multiple measurements and returns an array of measured values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="actualNumberOfPoints">
Specifies the actual number of points fetched.
</param>
<returns>
An array of measurement values.
<note type="note">
The size of the <format type="italics">reading</format> array must be at least the size that you specify for the
<format type="italics">pointsToFetch</format> parameter.
</note>
</returns>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The number of points read is not equal to the number of points requested.
<para>-or-</para>
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
The number of measurements the DMM makes is determined
by the values you specify for the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
</remarks>
<lastupdated>3/4/2016 11:08:37 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedReadMultiPoint(System.Int32,System.Int32@,System.Double[]@)">
<summary>
Acquires multiple measurements and returns an array of measured values.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset.
The valid range is any positive integer. The default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="actualNumberOfPoints">
Specifies the actual number of points fetched.
</param>
<returns>
An array of measurement values.
<note type="note">
The size of the <format type="italics">reading</format> array
must be at least the size that you specify for the <format type="italics">pointsToFetch</format> parameter.
</note>
</returns>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The <format type="italics">pointsToFetch</format> parameter value is not positive.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the specified time interval. This exception happens if an external trigger has not been received,
or if the specified timeout is not long enough for the acquisition to complete. The DMM calculates
the timeout automatically.
</exception>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
The method is not supported for the given <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.OperationMode" crefType="Unqualified"/>.
</exception>
<exception cref="T:Ivi.Driver.IviCDriverException">
The number of points read is not equal to the number of points requested.
<para>-or-</para>
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
The number of measurements the DMM makes is determined by the values you specify for the
<format type="italics">triggerCount</format> and <format type="italics">sampleCount</format>
parameters in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<lastupdated>3/4/2016 11:08:33 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadAsync(System.Object)">
<summary>
Asynchronously acquires a single measurement and returns the measured value.
</summary>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadCompleted" crefType="Unqualified"/> is raised after this
operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after
the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is
called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete. The DMM calculates the
timeout automatically when the maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.
</remarks>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:08:57 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadAsync(NationalInstruments.PrecisionTimeSpan,System.Object)">
<summary>
Acquires a single measurement and returns the measured value.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadCompleted" crefType="Unqualified"/> is raised once
this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after
the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is
called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been
received, or if the specified timeout is not long enough for the acquisition to complete.
</remarks>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:09:03 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointAsync(System.Int32,System.Object)">
<summary>
Asynchronously acquires multiple measurements and returns an array of values.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous
acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is
any positive integer. The default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted" crefType="Unqualified"/> is
raised once this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one
after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete. The DMM calculates the
timeout automatically.
<para> A
<see cref="T:Ivi.Driver.IviCDriverException" crefType="FullyQualified"/> error occurs if
the number of points read is not equal to the number of points requested, or if the measurement status returned by the hardware is not valid.</para>
<para>The number of measurements the
DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.</para>
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:09:18 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Object)">
<summary>
Asynchronously acquires multiple measurements and returns an array of values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted" crefType="Unqualified"/>
is raised once this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur
one after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete.
<para> A
<see cref="T:Ivi.Driver.IviCDriverException" crefType="FullyQualified"/> error occurs if
the number of points read is not equal to the number of points requested, or if the measurement status returned by the hardware is not valid.</para>
<para>The number of measurements the
DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.</para>
</remarks>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:09:30 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Object)">
<summary>
Asynchronously acquires multiple measurements and returns an array of values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous
acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is
any positive integer. The default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted" crefType="Unqualified"/>
is raised once this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur
one after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete.
<para> A
<see cref="T:Ivi.Driver.IviCDriverException" crefType="FullyQualified"/> error occurs if
the number of points read is not equal to the number of points requested, or if the measurement status returned by the hardware is not valid.</para>
<para>
The number of measurements the
DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.</para>
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:09:22 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedReadMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Double[],System.Object)">
<summary>
Asynchronously acquires multiple measurements and returns an array of measured values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
If <format type="italics">maximumTime</format> is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>, the NI-DMM driver calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset.
The valid range is any positive integer. The default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted" crefType="Unqualified"/> is
raised once this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one
after the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method
is called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete.
<para> A
<see cref="T:Ivi.Driver.IviCDriverException" crefType="FullyQualified"/> error occurs if
the number of points read is not equal to the number of points requested, or if the measurement status returned by the hardware is not valid.</para>
<para>The number of measurements the
DMM makes is determined by the values you specify for the <format type="italics">triggerCount</format> and <format type="italics">sampleCount</format> parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.</para>
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:08:44 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedReadMultiPointAsync(System.Int32,System.Double[],System.Object)">
<summary>
Asynchronously acquires multiple measurements and fetches an array of measured values.
</summary>
<param name="pointsToFetch">
Specifies the number of measurements to acquire. The maximum number of measurements for a finite acquisition is determined by the
parameters in
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/> (<format type="italics">triggerCount</format> x <format type="italics">sampleCount</format>).
For continuous acquisitions, up to 100,000 points can be returned at once. The number of measurements can be a subset. The valid range is any positive integer. The default value is 1.
</param>
<param name="reading">
Specifies the double array where the fetched values will be populated.
If the length of <paramref name="reading"/> is less than <paramref name="pointsToFetch"/>, the length will be resized to <paramref name="pointsToFetch"/>.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
<see cref="E:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointCompleted" crefType="Unqualified"/> is raised
once this operation completes.
If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after
the other. The <format type="italics">userState</format> parameter can be used to distinguish between different asynchronous methods.
<note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is
called, the operation completed event will not be raised.
</note>
You will get an <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval.
This exception happens if an external trigger has not been received or if
the specified timeout is not long enough for the acquisition to complete. The DMM calculates the
timeout automatically.<para>A
<see cref="T:Ivi.Driver.IviCDriverException" crefType="FullyQualified"/> error occurs if
the number of points read is not equal to the number of points requested, or if the measurement status returned by the hardware is not valid.</para>
<para>
The number of measurements the DMM makes is determined by the values you specify for the
<format type="italics">triggerCount</format> and <format type="italics">sampleCount</format>
parameters in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.Configure(System.Int32,System.Int32,NationalInstruments.ModularInstruments.NIDmm.DmmSampleTrigger,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>.
The maximum time allowed for this method to complete is set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue"/>.</para>
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:08:41 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Abort">
<summary>
Aborts a previously initiated measurement and returns the DMM to the idle state.
</summary>
<lastupdated>12/29/2009 1:17:15 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadStatus(System.Int32@)">
<summary>
Returns measurement backlog and acquisition status.
</summary>
<param name="acquisitionBacklog">
The number of measurements available to be read. If the backlog continues to increase, data is eventually overwritten, resulting in an error.
<note type="note">
On the NI 4060, the backlog does not increase
when autoranging. On the NI 4065, the backlog
does not increase when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/>
is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On" crefType="Unqualified"/>, or before the first point is
fetched when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/> is
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Once" crefType="Unqualified"/>. These behaviors are due
to the autorange model of the devices.
</note>
</param>
<returns name="acquisitionStatus">
Indicates the status of the acquisition.
</returns>
<exception cref="T:Ivi.Driver.IviCDriverException">
The measurement status returned by the hardware is not valid. Try decreasing the acquisition rate or the acquisition size. Alternatively, you can try upgrading the performance of your system by increasing the processor speed, memory, or both.
</exception>
<remarks>
Use this method to determine how many measurements are available before
calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Fetch" crefType="MethodOverload"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPoint(System.Int32)" crefType="Unqualified"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPoint(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Int32@,System.Double[]@)" crefType="Unqualified"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan)" crefType="Unqualified"/>, or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedFetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double})" crefType="Unqualified"/>.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAcquisitionStatus" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:09:34 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Control(NationalInstruments.ModularInstruments.NIDmm.DmmControlAction)">
<summary>
Controls the DMM.
</summary>
<param name="controlAction">
The action you want the driver to perform. Only <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmControlAction.Commit" crefType="Unqualified"/> is supported, which commits to hardware all of the
configured properties associated with the session.
</param>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The parameter value passed is invalid.
</exception>
<exception cref="T:Ivi.Driver.IOException">
Calling this method while the DMM is taking measurements results in an error. After the DMM is finished
taking measurements, calling this method will make any unfetched data points unavailable.
</exception>
<remarks>Use this method if you want a parameter change to be
immediately reflected in the hardware. Use this method before calling <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/>
to make the initiate call as quickly as possible.
<note type="note">
The NI 4050 and NI 4060 are not supported.
</note>
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmControlAction" crefType="Unqualified"/>
<lastupdated>12/29/2009 1:20:02 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.IsUnderRange(System.Double)">
<summary>
Takes a measurement value and determines if the value is a valid measurement or a value indicating that an underrange condition occurred.
</summary>
<param name="measurementValue">
The measured value returned from the DMM.
</param>
<returns>
A <see cref="T:System.Boolean"/> indicating whether the measurement value is a valid measurement or a value indicating an underrange condition.
</returns>
<lastupdated>3/4/2016 11:08:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.IsOverRange(System.Double)">
<summary>
Takes a measurement value and determines if the value is a valid measurement or a value indicating that an overrange condition occurred.
</summary>
<param name="measurementValue">
The measured value returned from the DMM.
</param>
<returns>
A <see cref="T:System.Boolean"/> indicating whether the measurement value is a valid measurement or a value indicating an overrange condition.
</returns>
<lastupdated>3/4/2016 11:08:06 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.SendSoftwareTrigger">
<summary>
Sends a command to trigger the DMM.
</summary>
<remarks>
Call this method if you have configured either the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> or
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/>. If the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger.Source" crefType="Unqualified"/> or
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint.SampleTrigger" crefType="Unqualified"/> is set
to <c>External</c> or TTLn, you can use this method to override the trigger source that you configured and trigger the
NI 4065 and NI 4070/4071/4072.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger" crefType="Unqualified"/>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMultiPoint" crefType="Unqualified"/>
<lastupdated>3/4/2016 11:09:38 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#Fetch(Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>3/5/2010 4:11:35 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#FetchMultiPoint(Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>3/5/2010 4:12:12 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#FetchMultiPoint(Ivi.Driver.PrecisionTimeSpan,System.Int32)">
<exclude/>
<lastupdated>2/9/2010 2:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#Read(Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>3/5/2010 4:12:32 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#ReadMultiPoint(Ivi.Driver.PrecisionTimeSpan)">
<exclude/>
<lastupdated>3/5/2010 4:12:45 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#ReadMultiPoint(Ivi.Driver.PrecisionTimeSpan,System.Int32)">
<exclude/>
<lastupdated>2/9/2010 2:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#IsOverRange(System.Double)">
<exclude/>
<lastupdated>2/9/2010 2:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#IsUnderRange(System.Double)">
<exclude/>
<lastupdated>2/9/2010 2:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#IsOutOfRange(System.Double)">
<exclude/>
<lastupdated>2/9/2010 2:42:42 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#Abort">
<exclude/>
<lastupdated>9/30/2009 4:17:16 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#Initiate">
<exclude/>
<lastupdated>9/30/2009 4:17:48 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Ivi#Dmm#IIviDmmMeasurement#SendSoftwareTrigger">
<exclude/>
<lastupdated>3/5/2010 4:12:58 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Dispose">
<summary>
Frees the resources held.
</summary>
<lastupdated>11/13/2009 3:40:34 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance">
<summary>
Provides methods and properties to control inductance and capacitance capabilities.
</summary>
<threadsafety safety="safe"/>
<remarks>
For the NI-DMM 4072 only.
<para>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/4072_capacitance_inductance.html') ;">Capacitance/Inductance</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</para>
</remarks>
<lastupdated>3/4/2016 11:05:16 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.OpenCableCompensation">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation" crefType="Unqualified"/> sub-object used to
control open cable compensation.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation"/>.
</value>
<lastupdated>1/26/2010 3:31:45 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ShortCableCompensation">
<summary>
Gets the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ShortCableCompensation" crefType="Unqualified"/> sub-object used to control short cable compensation.
</summary>
<value>Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation" crefType="Unqualified"/>.</value>
<lastupdated>2/15/2010 11:48:32 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.AdvancedCapacitanceAndInductance">
<summary>
Gets additional information specific to capacitance and inductance.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance"/>.
</value>
<lastupdated>1/11/2010 1:55:31 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.CableCompensationType">
<summary>
Gets or sets the type of cable compensation that is applied to the current capacitance or inductance measurement for the current range.
</summary>
<remarks>
Changing the function or the range through this property or through
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/> resets the value
of this property to the default value.
</remarks>
<value>
The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType.None"/>.
</value>
<lastupdated>1/11/2010 1:59:41 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ConfigureOpenCableCompensation(System.Double,System.Double)">
<summary>
Configures
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Conductance" crefType="Unqualified"/>
and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Susceptance" crefType="Unqualified"/>.
</summary>
<param name="conductance">
Specifies the open cable compensation conductance.
</param>
<param name="susceptance">
Specifies the open cable compensation susceptance.
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<remarks>
For the NI 4072 only.
</remarks>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Conductance" crefType="Unqualified"/>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Susceptance" crefType="Unqualified"/>
<lastupdated>12/28/2009 4:36:43 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ConfigureShortCableCompensation(System.Double,System.Double)">
<summary>
Configures the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Resistance" crefType="Unqualified"/> and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Reactance" crefType="Unqualified"/>.
</summary>
<param name="resistance">
Specifies the short cable compensation resistance.
</param>
<param name="reactance">
Specifies the short cable compensation reactance.
</param>
<remarks>
For the NI 4072 only.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Reactance" crefType="Unqualified"/>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Resistance" crefType="Unqualified"/>
<lastupdated>12/28/2009 4:37:06 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.PerformOpenCableCompensation(System.Double@,System.Double@)">
<summary>
Performs the open cable compensation measurements for the current capacitance/inductance range, and returns open cable compensation conductance and susceptance values. You can use the return values of this method as inputs to
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ConfigureOpenCableCompensation(System.Double,System.Double)" crefType="Unqualified"/>.
</summary>
<param name="conductance">
Specifies the open cable compensation conductance.
</param>
<param name="susceptance">
Specifies the open cable compensation susceptance.
</param>
<remarks>
For the NI 4072 only.
</remarks>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> is not set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Capacitance" crefType="Unqualified"/> or <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Inductance" crefType="Unqualified"/>.
</exception>
<lastupdated>3/4/2016 11:05:22 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.PerformShortCableCompensation(System.Double@,System.Double@)">
<summary>
Performs the short cable compensation measurements for the current capacitance/inductance range, and returns short cable compensation resistance and reactance values. You can use the return values of this function as inputs to
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.ConfigureShortCableCompensation(System.Double,System.Double)" crefType="Unqualified"/>.
</summary>
<param name="resistance">
Specifies the short cable compensation resistance.
</param>
<param name="reactance">
Specifies the short cable compensation reactance.
</param>
<exception cref="T:Ivi.Driver.OperationNotSupportedException">
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.MeasurementFunction" crefType="Unqualified"/> is not set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Capacitance" crefType="Unqualified"/> and <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction.Inductance" crefType="Unqualified"/>.
</exception>
<lastupdated>9/2/2010 4:47:43 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation">
<summary>
Controls capacitance and inductance open cable compensation.
</summary>
<threadsafety safety="safe"/>
<remarks>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation" crefType="Unqualified"/> to control capacitance and inductance open cable compensation.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:11:41 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Conductance">
<summary>
Gets or sets the active part (conductance) of the open cable compensation.
</summary>
<value>
The valid range is any real number greater than 0. The default value (-1.0) indicates that compensation has not taken place.
</value>
<remarks>
For the NI 4072 only.
Using this property or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>
to change the function or the range resets the value of this property to the default value.
</remarks>
<lastupdated>3/4/2016 11:11:44 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmOpenCableCompensation.Susceptance">
<summary>
Gets or sets the reactive part (susceptance) of the open cable compensation.
</summary>
<value>
The valid range is any real number greater than 0. The default value (-1.0) indicates that compensation has not taken place.
</value>
<remarks>
For the NI 4072 only.
Using this property or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>
to change the function or the range resets the value of this property to the default value.
</remarks>
<lastupdated>3/4/2016 11:11:49 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation">
<summary>
Controls capacitance and inductance short cable compensation.
</summary>
<threadsafety safety="safe"/>
<remarks>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation" crefType="Unqualified"/> to control capacitance and inductance short cable compensation.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:13:26 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Resistance">
<summary>
Gets or sets the active part (resistance) of the short cable compensation.
</summary>
<value>
The valid range is any real number greater than 0. The default value is -1, which indicates that compensation has not taken place.
</value>
<remarks>
For the NI 4072 only.<para>
</para>
Using this property or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>
to change the function or the range resets the value of this property to the default value.
</remarks>
<lastupdated>3/4/2016 11:13:35 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmShortCableCompensation.Reactance">
<summary>
Gets or sets the reactive part (reactance) of the short cable compensation.
</summary>
<value>
The valid range is any real number greater than 0. The default value is -1, which indicates that compensation has not taken place.
</value>
<remarks>
For the NI 4072 only.<para>
Using this property or
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureMeasurementDigits(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double)" crefType="Unqualified"/>
to change the function or the range resets the value of this property to the default value.
</para>
</remarks>
<lastupdated>3/4/2016 11:13:30 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance">
<summary>
Provides additional information specific to capacitance and inductance.
</summary>
<threadsafety safety="safe"/>
<remarks>
For NI 4072 only.
<note type="note"><see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.</note>
</remarks>
<lastupdated>3/4/2016 11:04:53 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.LCCalculationModel">
<summary>
Gets or sets the type of algorithm the measurement processing uses for capacitance and inductance measurements.
</summary>
<remarks>
For the NI 4072 only.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmLCCalculationModel"/>
<value>
The default value is <format type="bold">Auto</format>.
</value>
<lastupdated>12/28/2009 4:05:48 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.DCBias">
<summary>
Gets or sets the available DC bias for capacitance measurements.
</summary>
<remarks>
For NI 4072 only.
When <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.DCBias" crefType="Unqualified"/> is
<format type="bold">On</format>, the high potential appears on the HI terminal. Ensure that the
component is polarized correctly by connecting the negative terminal of the component to the LO terminal.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDCBias"/>
<value>
The DC bias voltage is a fixed value and can only be turned on and off. The nominal voltage value is 0.45 V and can be used for any
capacitance range. The default setting is <see langword="off"/>.
</value>
<lastupdated>1/12/2010 4:09:11 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.NumberOfLCMeasurementsToAverage">
<summary>
Gets or sets the number of LC measurements that are averaged to produce one reading.
</summary>
<remarks>
For the NI 4072 only.
</remarks>
<value>
The number of LC measurements that are averaged to produce one reading.
</value>
<lastupdated>1/5/2010 3:21:31 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature">
<summary>
Configures the DMM for temperature measurements.
</summary>
<threadsafety safety="safe"/>
<remarks>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature" crefType="Unqualified"/> to configure the DMM for temperature measurements.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<lastupdated>3/4/2016 11:13:45 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.TransducerType">
<summary>
Gets or sets the type of transducer.
</summary>
<remarks>
The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.Thermocouple" crefType="Unqualified"/>.
</remarks>
<value>
<list type="table">
<listheader>
<term>Transducer Type</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.FourWireRtd" crefType="Unqualified"/>
</term>
<description>
4-wire RTD
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.Thermistor" crefType="Unqualified"/>
</term>
<description>
Thermistor
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.Thermocouple" crefType="Unqualified"/>
</term>
<description>
Thermocouple
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmTransducerType.TwoWireRtd" crefType="Unqualified"/>
</term>
<description>
2-wire RTD
</description>
</item>
</list>
</value>
<lastupdated>3/4/2016 11:14:04 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Rtd">
<summary>
Gets the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtd" crefType="Unqualified"/> object used to control RTD-related values for temperature measurements.
</summary>
<value>
Returns an object of type <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmRtd" crefType="Unqualified"/>.
</value>
<lastupdated>3/21/2016 4:42:38 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Thermocouple">
<summary>
Gets the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Thermocouple" crefType="Unqualified"/> objects used to control the thermocouple-related values for temperature measurements.
</summary>
<value>
Returns an object of type <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Thermocouple" crefType="Unqualified"/>.
</value>
<lastupdated>3/21/2016 4:43:18 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorA">
<summary>
Gets or sets the Steinhart-Hart A coefficient for thermistor scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Custom"/>.
</summary>
<value>The default value is 0.0010295 (44006).</value>
<lastupdated>3/21/2016 4:46:26 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorB">
<summary>
Gets or sets the Steinhart-Hart B coefficient for thermistor scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Custom"/>.
</summary>
<value>The default value is 0.0002391 (44006).</value>
<lastupdated>3/21/2016 4:46:29 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorC">
<summary>
Gets or sets the Steinhart-Hart C coefficient for thermistor scaling when <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType"/>
is set to <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Custom"/>.
</summary>
<value>The default value is 1.568e-7 (44006).</value>
<lastupdated>3/21/2016 4:46:33 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType">
<summary>
Gets or sets the type of thermistor used to measure the temperature.
</summary>
<value>The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType.Thermistor44006" crefType="Unqualified"/>.</value>
<remarks>Refer to <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmThermistorType" crefType="Unqualified"/> topic for additional information about defined values.</remarks>
<lastupdated>3/21/2016 4:43:10 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Ivi#Dmm#IIviDmmTemperature#Rtd">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Ivi#Dmm#IIviDmmTemperature#Thermistor">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Ivi#Dmm#IIviDmmTemperature#Thermocouple">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.Ivi#Dmm#IIviDmmTemperature#TransducerType">
<exclude/>
<lastupdated>4/19/2011 10:49:17 AM</lastupdated>
<updatedby>Raghavendra S Vaidya</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ConfigureThermistorCustom(System.Double,System.Double,System.Double)">
<summary>
Configures the A, B, and C parameters for a custom thermistor.
</summary>
<param name="thermistorA">
Specifies the Steinhart-Hart A coefficient for thermistor scaling when Thermistor Type is set to Custom in the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType" crefType="Unqualified"/>. The default is 1.0295e-3 (44006).
</param>
<param name="thermistorB">
Specifies the Steinhart-Hart B coefficient for thermistor scaling when Thermistor Type is set to Custom in the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType" crefType="Unqualified"/>. The default is 2.391e-4 (44006).
</param>
<param name="thermistorC">
Specifies the Steinhart-Hart C coefficient for thermistor scaling when Thermistor Type is set to Custom in the
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmTemperature.ThermistorType" crefType="Unqualified"/>. The default is 1.568e-7 (44006).
</param>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The parameter value passed is out of range.
</exception>
<lastupdated>7/20/2009 10:49:53 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration">
<summary>
Defines methods and properties to perform self-calibration or to provide optional functionality when performing a calibration.
</summary>
<remarks>
External calibration is not supported in the .NET framework.
<para>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/self-calibration.html');">Self-Calibration</see>
topic in the
<format type="italics">NI Digital Multimeters Help</format>.</para>
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/4/2016 11:04:56 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.ExternalCalibrationRecommendedInterval">
<summary>
Gets the recommended interval between external recalibration in months.
</summary>
<value>
Returns the recommended interval between external recalibration in months.
</value>
<remarks>
The NI 4050 and NI 4060 are not supported.
</remarks>
<lastupdated>1/5/2010 11:39:10 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.IsSelfCalibrationSupported">
<summary>
Gets a value indicating whether the DMM device can perform self-calibration.
</summary>
<value>
Returns a <see cref="T:System.Boolean"/> indicating whether the DMM you are using can perform self-calibration.
</value>
<lastupdated>3/4/2016 11:05:00 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.UserDefinedInfo">
<summary>
Gets or sets the user-defined information to be stored in the EEPROM.
</summary>
<value>
The information to be stored in the EEPROM can include the operator who performed the calibration operation or system information.
</value>
<remarks>
If the string size is larger than the maximum string size, NI-DMM stores as much of the information as possible, truncates the remainder, and returns a warning.
The NI 4050 and NI 4060 are not supported.
</remarks>
<lastupdated>1/5/2010 11:49:58 AM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.UserDefinedInfoMaximumSize">
<summary>
Gets the maximum string length that can be stored in the EEPROM.
</summary>
<value>
The maximum string length that can be stored in the EEPROM, given in characters. The value does not include the termination character.
</value>
<remarks>Use <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.UserDefinedInfo" crefType="Unqualified"/> to store user-defined
information.
</remarks>
<lastupdated>1/11/2010 1:52:54 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.GetCalibrationCount(NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType)">
<summary>
Returns the calibration count for the specified type of calibration.
</summary>
<param name="calibrationType">
Specifies the type of calibration performed (external or self-calibration). The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType.SelfCalibration" crefType="Unqualified"/>.
</param>
<remarks>
NI 4050 and NI 4060 are not supported.
</remarks>
<returns>
The number of times calibration has been performed.
</returns>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The enum parameter value passed is invalid.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType" crefType="Unqualified"/>
<lastupdated>12/28/2009 4:12:26 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.GetCalibrationDateAndTime(NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType)">
<summary>
Gets the date and time of the last calibration performed.
</summary>
<param name="calibrationType">
Specifies the type of calibration performed (external or self-calibration). The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType.SelfCalibration" crefType="Unqualified"/>.
</param>
<returns>
Returns the date and time of the last calibration performed.
</returns>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The enum parameter value passed is invalid.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType" crefType="Unqualified"/>
<remarks>
The NI 4065 does not support self-calibration.
<note type="note">
The NI 4050 and NI 4060 are not supported.
</note>
</remarks>
<lastupdated>3/21/2016 2:23:00 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.GetLastCalibrationTemperature(NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType)">
<summary>
Returns the temperature during the last calibration procedure.
</summary>
<param name="calibrationType">
Specifies the type of calibration performed (external or self-calibration). The default value is <see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType.SelfCalibration" crefType="Unqualified"/>.
</param>
<returns>
The temperature during the last calibration.
</returns>
<exception cref="T:Ivi.Driver.ValueNotSupportedException">
The enum parameter value passed is invalid.
</exception>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmCalibrationType" crefType="Unqualified"/>
<remarks>
NI 4050 and NI 4060 are not supported.
</remarks>
<lastupdated>12/28/2009 4:16:55 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.RestoreLastExternalCalibrationConstants">
<summary>
Reverts the device to the calibration constants from the last complete external calibration.
</summary>
<remarks>
For the NI 4070/4071/4072 only. <para>
This method recovers the hardware if a fatal system error occurs during an external or self-calibration procedure.</para>
<para>After calling this method, call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.SelfCalibrate" crefType="Unqualified"/>
before taking measurements with the device to adjust the device for any temperature drifts since the last external calibration.</para>
</remarks>
<exception cref="T:Ivi.Driver.IviCDriverException">
The password is invalid.
</exception>
<lastupdated>3/4/2016 11:05:09 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.SetCalibrationPassword(System.String,System.String)">
<summary>
Changes the password required to enable external calibration functionality for the specified instrument.
</summary>
<param name="oldPassword">
Specifies the current password required to enable external calibration functionality. The maximum password string length is eight characters, excluding the termination character.
</param>
<param name="newPassword">
Specifies the new password required to enable external calibration functionality. The maximum password string length is eight characters, excluding the termination character.
</param>
<exception cref="T:System.ArgumentNullException">
The parameter value passed is null/empty.
</exception>
<exception cref="T:System.ArgumentException">
The password is invalid.
</exception>
<remarks>
The maximum password string length is eight characters, excluding the termination character. <c>NI</c> is the default password.
</remarks>
<lastupdated>12/28/2009 4:22:59 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.GetDeviceTemperature(System.String)">
<summary>
Returns the current temperature of the device in Celsius.
</summary>
<param name="options">
Reserved for future use.
</param>
<returns>
The current temperature of the device in Celsius.
</returns>
<exception cref="T:System.ArgumentNullException">
The option string is null.
</exception>
<lastupdated>3/4/2016 11:05:05 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmCalibration.SelfCalibrate">
<summary>
Executes the self-calibration routine to maintain measurement accuracy.
</summary>
<remarks>
This method calls <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmDriverUtility.Reset" crefType="Unqualified"/>, and any configurations previous to the call will be lost. All properties will be set to their default values after the call returns.
<note type="note">
For the NI 4070/4071/4072 only.
</note>
<para>For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/self-calibration.html');">Self-Calibration</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.</para>
</remarks>
<lastupdated>3/4/2016 11:05:13 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition">
<summary>
Provides methods and properties for waveform-related operations.
</summary>
<remarks>
Valid only for NI 4070/4071/4072.
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/waveform_optimizing.html');">Waveform Acquisition Fundamentals</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
<note type="note">
<see cref="T:System.ObjectDisposedException"/> is returned if the members are accessed after the associated <see cref="T:NationalInstruments.ModularInstruments.NIDmm.NIDmm" crefType="Unqualified"/>
object has been disposed.
</note>
</remarks>
<threadsafety safety="safe"/>
<lastupdated>3/4/2016 11:16:12 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveformCompleted">
<summary>
Occurs when asynchronous call for fetch waveform operation completes.
</summary>
<lastupdated>12/30/2009 12:43:23 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="E:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.ReadWaveformCompleted">
<summary>
Occurs when asynchronous call for read waveform operation completes.
</summary>
<lastupdated>12/30/2009 12:18:20 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.Coupling">
<summary>
Gets or sets the coupling during a waveform acquisition.
</summary>
<remarks>
Valid only for NI 4070/4071/4072.
</remarks>
<value>
Value is specified by <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling"/>.
<list type="table">
<listheader>
<term>Value</term>
<description>Description</description>
</listheader>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling.AC"/>
</term>
<description>
Specifies AC coupling.
</description>
</item>
<item>
<term>
<see cref="F:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling.DC"/>
</term>
<description>
Specifies DC coupling.
</description>
</item>
</list>
</value>
<lastupdated>1/5/2010 3:05:50 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.NumberOfPoints">
<summary>
Gets or sets the number of points to acquire in a waveform acquisition.
</summary>
<remarks>
Valid only for NI 4070/4071/4072.
</remarks>
<value>
The number of points to acquire in a waveform acquisition.
</value>
<lastupdated>1/5/2010 3:06:59 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.Rate">
<summary>
Gets or sets the rate of the waveform acquisition in Samples per second (S/s).
</summary>
<value>
The valid Range is 10.0-1,800,000 S/s. Values are coerced to the closest integer divisor of 1,800,000. The default value is 1,800,000.
</value>
<remarks>
Valid only for NI 4070/4071/4072.
</remarks>
<lastupdated>12/30/2009 12:11:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.SynchronizeCallbacks">
<summary>
Gets or sets a value indicating whether the events and callback delegates are invoked through the <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods.
</summary>
<value>
<see langword="true"/> if events and callbacks are invoked through the <see cref="M:System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> or
<see cref="M:System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)" crefType="Unqualified"/> methods; otherwise, events and callbacks are invoked directly. The default value is
<see langword="true"/>.
</value>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/21/2016 4:17:09 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan)">
<summary>
Returns an array of values in the form of a waveform datatype from a previously initiated waveform acquisition.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 086400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<returns>
Returns an analog waveform datatype which contains the array of values from a previously initiated waveform acquisition and timing information.
</returns>
<remarks>
For the NI 4070/4071/4072 only.
<para>You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
</para></remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for <paramref name="pointsToFetch"/> is out of range.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<lastupdated>3/23/2016 12:42:37 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedFetchWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double})">
<summary>
Populates a pre-allocated waveform buffer with values from a previously initiated waveform acquisition.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="reading">
The pre-allocated Waveform to be used to return the fetch results. This parameter cannot be null.
</param>
<returns>
Returns an analog waveform datatype which contains the array of values from a previously initiated waveform acquisition and timing information.
</returns>
<remarks>
For the NI 4070/4071/4072 only.
<para>You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
</para></remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is not positve.
</exception>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<exception cref="T:System.ArgumentNullException">
The value for <paramref name="reading"/> is null.
</exception>
<lastupdated>3/23/2016 12:42:41 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.ReadWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan)">
<summary>
Acquires and returns a waveform buffer with values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<returns>
Returns an analog waveform datatype which contains the array of values from a previously initiated waveform acquisition and timing information.
</returns>
<remarks>
For the NI 4070/4071/4072 only.
The number of elements in the waveform array is determined by the values you specify for the <format type="italics">waveformPoints</format> parameter in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>.
</remarks>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is out of range.
</exception>
<lastupdated>3/23/2016 12:42:56 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedReadWaveform(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double})">
<summary>
Acquires and populates a pre-allocated waveform buffer with values.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="reading">
The pre-allocated Waveform to be used to return the read results. This parameter cannot be null.
</param>
<returns>
Returns an analog waveform datatype which contains the array of values from a previously initiated waveform acquisition and timing information.
</returns>
<remarks>
For the NI 4070/4071/4072 only.
The number of elements in the waveform array is determined by the values you specify for the <format type="italics">waveformPoints</format> parameter in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>.
</remarks>
<exception cref="T:Ivi.Driver.IOTimeoutException">
The method does not complete within the time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</exception>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The value for parameter <paramref name="reading"/> is null.
</exception>
<lastupdated>3/23/2016 12:42:48 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,System.Object)">
<summary>
Asynchronously populates a pre-allocated waveform buffer with values from a previously initiated waveform acquisition.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks><para>For the NI 4070/4071/4072 only. </para>
Two or more asynchronous methods run concurrently on different threads on the same session.
<para>
If the user calls dispose on the session object while the asynchronous operation is in progress, the operation completed event will not be raised.
</para>
<note type="note">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
</note>
You will get a <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is out of range.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/4/2016 11:16:20 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedFetchWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double},System.Object)">
<summary>
Asynchronously populates a pre-allocated waveform buffer with values from a previously initiated waveform acquisition. </summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="reading">
The pre-allocated Waveform to be used to return the fetch results. This parameter cannot be null.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks><para>For the NI 4070/4071/4072 only. </para>
Two or more asynchronous methods run concurrently on different threads on the same session.
<para>
If the user calls dispose on the session object while the asynchronous operation is in progress, the operation completed event will not be raised.
</para>
<note type="note">
You must call <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.Initiate" crefType="Unqualified"/> before calling this method.
</note>
You will get a <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is out of range.
</exception>
<exception cref="T:System.ArgumentNullException">
The value for parameter <paramref name="reading"/> is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/23/2016 12:42:45 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.ReadWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,System.Object)">
<summary>
Asynchronously acquires a waveform and fetches data as a waveform data type.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>For the NI 4070/4071/4072 only.
The number of elements in the waveform array is determined by the values you specify for the <format type="italics">waveformPoints</format> parameter in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>.
<para>If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after the other. The <paramref name="userState"/> parameter can be used to distinguish between different asynchronous methods.
</para><note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is called, the operation completed event will not be raised.
</note>
You will get a <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is not positve.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/23/2016 12:43:01 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedReadWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double},System.Object)">
<summary>
Asynchronously acquires a waveform and fetches values into a pre-allocated waveform buffer.
</summary>
<param name="maximumTime">
Specifies the maximum time allowed for this method to complete. The valid range is 0-86400000 milliseconds.
When set to <see cref="F:NationalInstruments.PrecisionTimeSpan.MaxValue" crefType="Unqualified"/>, the DMM calculates the timeout automatically.
</param>
<param name="pointsToFetch">
Specifies the number of waveform points to return. You specify the total number of points that the DMM acquires in the <format type="italics">waveformPoints</format> parameter of <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>. The default value is 1.
</param>
<param name="reading">
The pre-allocated waveform to be used to return the read results. This parameter cannot be null.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<remarks>
For the NI 4070/4071/4072 only.
The number of elements in the waveform array is determined by the values you specify for the <format type="italics">waveformPoints</format> parameter in <see cref="M:NationalInstruments.ModularInstruments.NIDmm.NIDmm.ConfigureWaveformAcquisition(NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction,System.Double,System.Double,System.Int32)" crefType="Unqualified"/>.
<para>If an asynchronous method is called before the completion of a previous asynchronous method, the operation is queued to occur one after the other.
The <paramref name="userState"/> parameter can be used to distinguish between different asynchronous methods.
</para><note type="note">
If the user calls dispose on the session object while the asynchronous operation is in progress or before the asynchronous method is called, the operation completed event will not be raised.
</note>
You will get a <see cref="T:Ivi.Driver.IOTimeoutException" crefType="FullyQualified"/> if the method does not complete within the specified time interval. This exception happens if an external trigger has not been received, or if the specified timeout is not long enough for the acquisition to complete.
</remarks>
<exception cref="T:Ivi.Driver.OutOfRangeException">
The value passed for parameter <paramref name="pointsToFetch"/> is not positve.
</exception>
<exception cref="T:System.ArgumentNullException">
The value for <paramref name="reading"/> is null.
</exception>
<seealso keyword="EventsCallbacksThreadSafety" keywordType="mstudio">Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries</seealso>
<lastupdated>3/23/2016 12:42:53 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.Dispose">
<summary>
Frees the resources held.
</summary>
<lastupdated>11/13/2009 3:40:50 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration">
<summary>
Specifies the ADC calibration.
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration" crefType="Unqualified"/> for setting <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AdcCalibration" crefType="Unqualified"/>.
</summary>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/adc_calibration.html');">ADC Calibration</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:18:10 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration.Auto">
<summary>
The DMM enables or disables ADC calibration.
</summary>
<lastupdated>12/28/2009 1:43:39 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration.Off">
<summary>
The DMM does not compensate for changes to the gain.
</summary>
<lastupdated>3/4/2016 11:18:14 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAdcCalibration.On">
<summary>
The DMM measures an internal reference to calculate the correct gain for the measurement.
</summary>
<lastupdated>3/4/2016 11:18:19 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmAuto">
<summary>
Specifies <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AutoZero" crefType="Unqualified"/>,
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmFrequency.VoltageAutoRange" crefType="Unqualified"/>, and
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.NIDmm.AutoRange" crefType="Unqualified"/>.</summary>
<lastupdated>12/28/2009 4:01:26 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Auto">
<summary>
The driver chooses the <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AutoZero" crefType="Unqualified"/>
setting based on the configured function and resolution.
</summary>
<lastupdated>12/28/2009 4:02:21 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Off">
<summary>
Disables <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.AutoZero" crefType="Unqualified"/>.
</summary>
<lastupdated>12/28/2009 4:02:33 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.On">
<summary>
The DMM device internally disconnects the input signal following each measurement and takes a zero reading. It then subtracts the zero reading from the preceding reading.
</summary>
<lastupdated>12/28/2009 4:03:14 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmAuto.Once">
<summary>
The DMM device internally disconnects the input signal for the first measurement and takes a zero reading. It then subtracts the zero reading from the first reading and the following readings.
</summary>
<lastupdated>12/28/2009 4:03:53 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDCNoiseRejection">
<summary>
Specifies values for DC noise rejection.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.DCNoiseRejection" crefType="Unqualified"/>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/dc_noise_rejection.html');">DC Noise Rejection</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:18:34 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCNoiseRejection.Auto">
<summary>
The driver chooses the DC noise rejection setting based on the configured function and resolution.
</summary>
<lastupdated>12/28/2009 4:44:36 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCNoiseRejection.Normal">
<summary>
All samples are weighed equally.
</summary>
<lastupdated>3/4/2016 11:18:38 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCNoiseRejection.SecondOrder">
<summary>
NI-DMM weighs the samples taken in the middle of the aperture time more than samples taken at the beginning and the end of the measurement using a triangular weighing function.
</summary>
<lastupdated>9/23/2009 3:16:56 PM</lastupdated>
<updatedby>Keely Joseph</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCNoiseRejection.HighOrder">
<summary>
NI-DMM weighs the samples taken in the middle of the aperture time more than samples taken at the beginning and the end of the measurement using a bell-curve weighing function.
</summary>
<lastupdated>12/28/2009 4:44:52 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmOffsetCompensatedOhm">
<summary>
Enables or disables offset compensation Ohms.
</summary>
<lastupdated>12/30/2009 12:27:58 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmOffsetCompensatedOhm.Off">
<summary>
Disables offset compensated Ohms.
</summary>
<lastupdated>12/30/2009 12:28:33 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmOffsetCompensatedOhm.On">
<summary>
Enables offset compensated Ohms.
</summary>
<lastupdated>12/30/2009 12:28:27 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType">
<summary>
Specifies the type of cable compensation that is applied to the current capacitance
or inductance measurement for the current range.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmCapacitanceAndInductance.CableCompensationType" crefType="Unqualified"/>
<remarks>
For the NI 4072 only.
</remarks>
<lastupdated>12/28/2009 4:08:01 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType.None">
<summary>
No cable compensation.
</summary>
<lastupdated>12/28/2009 4:08:14 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType.Open">
<summary>
Open cable compensation.
</summary>
<lastupdated>12/28/2009 4:08:23 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType.Short">
<summary>
Short cable compensation.
</summary>
<lastupdated>12/28/2009 4:08:47 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmCableCompensationType.OpenAndShort">
<summary>
Open and short cable compensation.
</summary>
<lastupdated>12/28/2009 4:08:33 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmDCBias">
<summary>
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmDCBias" crefType="Unqualified"/> to specify the DC bias.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvancedCapacitanceAndInductance.DCBias" crefType="Unqualified"/>
<remarks>
For more information, refer to the <see href="javascript:LaunchHelp('DMM.chm::/4072_DC_bias.html');">DC Bias</see> topic in the
<format type="italics">NI Digital Multimeters Help</format>.
</remarks>
<lastupdated>3/4/2016 11:18:23 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCBias.Off">
<summary>
The device does not use the DC bias.
</summary>
<lastupdated>3/4/2016 11:18:27 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmDCBias.On">
<summary>
The device uses the DC bias.
</summary>
<lastupdated>3/4/2016 11:18:31 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits">
<summary>
Specifies the unit used when measuring aperture time.
Use <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits" crefType="Unqualified"/> for setting <see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.ApertureTimeUnits" crefType="Unqualified"/>.
</summary>
<lastupdated>12/28/2009 3:59:48 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits.Seconds">
<summary>
Aperture time measured in seconds.
</summary>
<lastupdated>12/28/2009 4:00:30 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmApertureTimeUnits.PowerLineCycles">
<summary>
Aperture time measured in powerline cycles.
</summary>
<lastupdated>12/28/2009 4:00:16 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode">
<summary>
Specifies the mode in which the device acquires data.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmAdvanced.OffsetCompensatedOhm"/>
<lastupdated>12/30/2009 12:28:51 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.IviDmmMode">
<summary>
IviDmm mode.
</summary>
<lastupdated>12/30/2009 12:29:03 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmOperationMode.WaveformMode">
<summary>
Waveform acquisition mode.
</summary>
<lastupdated>12/30/2009 12:29:09 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling">
<summary>
Specifies the coupling during waveform acquisition.
</summary>
<seealso cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.Coupling"/>
<lastupdated>12/30/2009 12:36:49 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling.AC">
<summary>
AC coupled.
</summary>
<lastupdated>12/30/2009 12:36:56 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformCoupling.DC">
<summary>
DC coupled.
</summary>
<lastupdated>12/30/2009 12:37:03 PM</lastupdated>
<updatedby>Staci Heien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1">
<summary>
Holds the event data obtained after asynchronous measurement completion.
</summary>
<remarks>
This class derives from <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"/> that contains
<see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> and <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/>.
<see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> contains the exception that was returned during that operation.
<see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> is used to indicate whether the operation was completed or cancelled.
This class also contains readings that are obtained as a result of the operation.
</remarks>
<seealso cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmTrigger"/>
<typeparam name="T">
Refers to <see cref="T:System.Double"/>[]
when used with <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.FetchMultiPointAsync(System.Int32,System.Object)"/>, <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedFetchMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Double[],System.Object)"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.ReadMultiPointAsync(System.Int32,System.Object)"/>, or <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurement.MemoryOptimizedReadMultiPointAsync(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Double[],System.Object)"/>.
Refers to <see cref="T:NationalInstruments.AnalogWaveform`1"/> when used with <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.FetchWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,System.Object)"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedFetchWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double},System.Object)"/>,
<see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.ReadWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,System.Object)"/>, or <see cref="M:NationalInstruments.ModularInstruments.NIDmm.DmmWaveformAcquisition.MemoryOptimizedReadWaveformAsync(System.Int32,NationalInstruments.PrecisionTimeSpan,NationalInstruments.AnalogWaveform{System.Double},System.Object)"/>.
</typeparam>
<threadsafety safety="safe"/>
<lastupdated>3/4/2016 11:11:08 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1.#ctor(System.Exception,System.Boolean,System.Object,`0,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1"/> class.
</summary>
<param name="error">
The exception that is returned during the operation.
</param>
<param name="canceled">
Specifies whether the operation was completed or canceled.
</param>
<param name="userState">
An object used to associate client state (such as a task ID) with this particular asynchronous operation.
</param>
<param name="reading">
Reading obtained from the measurement operation.
</param>
<param name="numberOfPoints">
Number of points obtained from the measurement operation.
</param>
<lastupdated>3/21/2016 4:48:00 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1.Reading">
<summary>
Gets the resulting reading from the measurement operation.
</summary>
<value>
<see cref="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1.Reading" crefType="Unqualified"/> contains a single value for a single point measurement, an array of values for a
multipoint measurement, or a waveform datatype for a waveform measurement.
</value>
<lastupdated>3/21/2016 2:55:31 PM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="P:NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementEventArgs`1.ActualNumberOfPoints">
<summary>
Gets the number of measurement points obtained from the async measurement operation.
</summary>
<remarks>
You can use this property for multipoint methods that take a reading array as a parameter.
This property is 1 for single point measurement and contains the length of the reading array for multipoint methods
that do not take a reading array as a parameter.
</remarks>
<value>
The number of measured values actually retrieved from the DMM.
</value>
<lastupdated>3/4/2016 11:11:12 AM</lastupdated>
<updatedby>sheien</updatedby>
<approved>True</approved>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.CheckWhetherAttributeWasSetByUser(System.String,System.Int32)">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.IsAttributeValid(System.String,System.Int32)">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.RequestPrivilege(NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel)">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.SaveAttributes">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.RestoreAttributes">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.CachedReadStatus(System.Int32@)">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.GetLastRetrievedMeasurement(System.Int32@,System.UInt64@,System.Double@,NationalInstruments.ModularInstruments.NIDmm.DmmMeasurementFunction@)">
<exclude/>
</member>
<member name="M:NationalInstruments.ModularInstruments.NIDmm.Restricted.DmmDriverDebug.FetchMultiPointWithCaching(NationalInstruments.PrecisionTimeSpan,System.Int32,System.Boolean)">
<exclude/>
</member>
<member name="T:NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel">
<exclude/>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel.None">
<exclude/>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel.Monitor">
<exclude/>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel.RevocableControl">
<exclude/>
</member>
<member name="F:NationalInstruments.ModularInstruments.NIDmm.Restricted.PrivilegeLevel.NonRevocableControl">
<exclude/>
</member>
</members>
</doc>