8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-142 DMM7510-901-01 Rev. B / May 2015
dmm.measure.configlist.recall()
This function recalls a configuration index in a measure configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
dmm.measure.configlist.recall(listName)
dmm.measure.configlist.recall(listName, index)
A string that represents the name of a measure configuration list
A number that defines a specific configuration index in the configuration list
Details
Use this command to recall the settings stored in a specific configuration index in a specific
configuration list. If you do not specify an index when you send the command, it recalls the settings
stored in the first configuration index in the specified configuration list.
If you recall an invalid index (for example, calling index 3 when there are only two indexes in the
configuration list) or try to recall an index from an empty configuration list, event code 2790,
"Configuration list, error, does not exist" is displayed.
Each index contains the settings for the selected function. Settings for other functions are not affected
when the configuration list index is recalled.
This command returns data for one configuration index.
Example
dmm.measure.configlist.recall("MyMeasList")
Since an index was not specified, this
command recalls configuration index 1 from
a configuration list named MyMeasList.
dmm.measure.configlist.recall("MyMeasList", 5)
Recalls configuration index 5 in a
configuration list named MyMeasList.
Also see
Configuration lists (on page 3-37)
dmm.measure.configlist.create() (on page 8-139)
dmm.measure.configlist.store() (on page 8-143)