Smu.source.configlist.recall() - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
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
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
smu.source.configlist.create()
Instrument settings stored in a source configuration list

smu.source.configlist.recall()

This command recalls a specific configuration point in a source configuration list.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
smu.source.configlist.recall(name, point)
name
point
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")
smu.source.configlist.recall("MySourceList", 5)
Also see
Configuration lists
smu.source.configlist.create()
2450-901-01 Rev. B/September 2013
(on page 3-33)
(on page 8-129)
Affected by
Not applicable
A string that represents the name of a source configuration list
A specific configuration point in the configuration list
(on page 3-33)
(on page 8-129)
Section 8: TSP command reference
(on page 3-38) for a complete list of source
(on page 3-38)
Where saved
Default value
Not applicable
Not applicable
Since a point was not specified, this
command recalls configuration point 1
from a configuration list named
MySourceList.
Recalls configuration point 5 in a
configuration list named MySourceList.
8-131

Advertisement

Table of Contents
loading

Table of Contents