Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-144
DMM7510-901-01 Rev. B / May 2015
Details
Use this command to store the active measure settings to a configuration index in a configuration list.
If the
index
parameter is not provided, the configuration index will append to the end of the list.
Configuration lists are not saved when the instrument is turned off. To save a configuration list, create
a configuration script to save instrument settings, including any defined configuration lists.
You cannot store both digitize and measure function settings in a configuration list that is used with a
trigger model.
Example
dmm.measure.configlist.store("MyConfigList")
Stores the active settings of the
instrument to the end of the configuration
list
MyConfigList
.
dmm.measure.configlist.store("MyConfigList", 5)
Stores the active settings of the
instrument to configuration index 5 in the
measure configuration list
MyConfigList
.
Also see
(on page 3-37)
dmm.measure.configlist.create()
(on page 8-139)