User manual
Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-127
dmm.configure.query()
Remarks
This function will list the settings contained within the specified configuration,
myconfig, along with the corresponding DMM attributes contained within that
configuration. A nil response is generated if the specified configuration does not exist,
along with an error message stating the referenced name does not exist. The second
parameter, myseparator, is optional. If not specified, the attributes are comma
delimited within the config response. However, if specified, then the attributes will be
delimited by this two-character separator. If more than two characters are specified, an
error message (string is too long) is generated. To query the factory default settings for
a function, use the desired function for the myconfig parameter. Valid default functions
are:
"dcvolts"
"acvolts"
"dccurrent"
"accurrent"
"twowireohms"
"fourwireohms"
"temperature"
"frequency"
"period"
"continuity"
"commonsideohms"
"nofunction"
To query for the settings associated with the active function, call this function with the
myconfig parameter set to "active".
Also see
dmm.configure.catalog() (on page 13-125)
dmm.configure.set() (on page 13-129)
dmm.configure.delete() (on page 13-125)
dmm.configure.recall() (on page 13-128)