Keithley 3700 series Reference Manual page 226

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.configure.recall
Function
Usage
Remarks
Also see
Example
9-82
Recalls a user or factory DMM configuration.
dmm.configure.recall(config)
config: A string representing the name of the DMM configuration to recall.
This command will recall a saved DMM configuration from memory. The DMM attributes
associated with that configuration will be updated to reflect the settings in the
configuration. The ones not pertinent will not be changed. The function associated with
the configuration will become the active one. The previous values of those being
updated will be lost. The specified DMM configuration to recall may be a factory one or
user one.
To recall a factory configuration, send the function name as the config value. Valid
factory configurations are:
"dcvolts"
"acvolts"
"dccurrent"
"accurrent‖
"twowireohms"
"fourwireohms"
"temperature"
"frequency"
"period"
"continuity"
"commonsideohms"
"nofunction"
Recalling a factory configuration also changes the corresponding DMM function
(dmm.func) and resets that function's attributes to their default values. Settings not
pertaining to the function will remain unchanged.
An error is generated if the specified configuration does not exist in memory.
dmm.configure.set
(on page 9-82)
dmm.configure.delete
(on page 9-79)
dmm.configure.query
(on page 9-80)
dmm.func
(on page 9-91)
To recall a DMM configuration call ―mydmm‖:
dmm.configure.recall("mydmm")
To recall factory default settings for "temperature":
dmm.configure.recall("temperature")
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents