Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-131
Details
This command can only return data for one configuration point. To get data for additional configuration points,
resend the command and specify different configuration points.
Refer to Instrument settings stored in a source configuration list (on page 3-38
) for a complete list of source
settings that the instrument stores in a source configuration list.
Example
print(smu.source.configlist.query("MyScrList", 2))
Returns the TSP commands that represent the settings in configuration point 2.
Also see
Configuration lists (on page 3-33)
smu.source.configlist.create() (on page 8-129)
Instrument settings stored in a source configuration list (on page 3-38)
smu.source.configlist.recall()
This command recalls a specific configuration point in a source configuration list.
Type TSP-Link accessible Affected by Where saved Default value
Usage
smu.source.configlist.recall(name, point)
A string that represents the name of a source 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.
Example
smu.source.configlist.recall("MySourceList")
Since a point was not specified, this
command recalls configuration point 1
from a configuration list named
smu.source.configlist.recall("MySourceList", 5)
Recalls configuration point 5 in a
configuration list named MySourceList.
Also see
Configuration lists (on page 3-33)
smu.source.configlist.create() (on page 8-129)