2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-155
smu.source.configlist.query()
This function returns a list of TSP commands and parameter settings that are stored in the specified configuration
index.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu.source.configlist.query("
listName
",
index
)
smu.source.configlist.query("
listName
",
index,
"
fieldSeparator
")
listName
A string that represents the name of a source configuration list
index
A number that defines a specific configuration index in the configuration list; the
default is the first index in the configuration list
fieldSeparator
String that represents the separator for the data; use one of the following:
Comma (default):
,
Semicolon:
;
New line:
\n
Details
This command can only return data for one configuration index. To get data for additional
configuration indexes, resend the command and specify different configuration indexes.
Refer to
Instrument settings stored in a source configuration list
(on page 4-88) 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 and parameter settings that represent the settings in configuration index 2.
Also see
smu.source.configlist.create()