Interactive SourceMeter® Instrument Reference Manual Section 8: TSP co
2450-901-01 Rev. B/September 2013 8-95
smu.measure.configlist.recall()
This command recalls a specific configuration point in a specific measure configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.recall(listName, point)
A string that represents the name of a measure configuration list
A specific configuration point in the configuration list
Details
Use this command to recall the settings stored in a specific configuration point on a specific configuration list. If
you do not specify a point when you send the command, it recalls the settings stored in the first configuration
point on the specified configuration list.
This command can only return data for one configuration point. To get data for additional configuration points,
send the command specifying different configuration points each time.
For additional information about the attributes this command returns, see
Instrument settings stored in a
measure configuration list (on page 3-36).
Example
smu.measure.configlist.recall("MyMeasList")
Since a point was not specified, this
command recalls configuration point 1 from
a configuration list named
.
smu.measure.configlist.recall("MyMeasList", 5)
Recalls configuration point 5 in a
configuration list named MyMeasList.
Also see
Configuration lists (on page 3-33)
smu.measure.configlist.create() (on page 8-92)