User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-126 3700S-901-01 Rev. C / July 2008
dmm.configure.delete()
Remarks
The function will delete the specified DMM configuration from memory. An error will be
generated if the name specified does not exist as a user configuration. After executing
this command, the specified name will no longer exist as a valid configuration. Deleting
an existing DMM configuration invalidates an existing scan list.
Also see
dmm.configure.catalog() (on page 13-125)
dmm.configure.set() (on page 13-129)
dmm.configure.query() (on page 13-126)
dmm.configure.recall() (on page 13-128)
Example
To delete a user configuration called myDCV:
dmm.configure.delete("myDCV")
dmm.configure.query()
Function
Provides a list of all of the pertinent DMM settings associated with a configuration.
Usage
config = dmm.configure.query(myconfig, myseparator)
myconfig: A string with the name for the DMM configuration being listed.
myseparator: String representing the two-character separator between items. This is
an optional parameter. Default value: , (comma-space delimited)
config: Output string representing the DMM attribute settings of myconfig.