QUICK REFERENCE
NI-DMM Instrument DriverInitialize and Close
ICON TYPE PARAMETER VALUE TO SET, COMMENTS1
ViRsrc resourceName For Traditional NI-DAQdevices, use DAQ::
#
,
where
#
is the device number.
For NI-DAQmx devices, the device name is
assigned by Measurement &Automation
Explorer (MAX). Optionally, for all devices
you can use an IVIlogical name.
ViBoolean IDQuery NIDMM_VAL_TRUE
NIDMM_VAL_FALSE
ViBoolean resetDevice NIDMM_VAL_TRUE
NIDMM_VAL_FALSE
ViSession* vi Reference to new session handle
ViRsrc resourceName For Traditional NI-DAQ devices, use DAQ::
#
,
where
#
is the device number.
For NI-DAQmx devices, the device name is
assigned by Measurement & Automation
Explorer (MAX). Optionally, for all devices
you can use an IVI logical name.
ViBoolean IDQuery NIDMM_VAL_TRUE
NIDMM_VAL_FALSE
ViBoolean resetDevice NIDMM_VAL_TRUE
NIDMM_VAL_FALSE
ViString Option String Simulate = 0, RangeCheck = 1
QueryInstrStatus = 1, Cache = 1
ViSession* vi Reference to new session handle
niDMM Initialize with Options (niDMM_InitWithOptions)Creates a new session to the instrument and optionally sets the initial state of
session properties.
niDMM Initialize2
(niDMM_init)Creates a new session to the instrument.