High Voltage SourceMeter Instrument Reference Manual Section 14:
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
Usage
smu.source.configlist.query("listName", index)
smu.source.configlist.query("listName", index, "fieldSeparator")
A string that represents the name of a source configuration list
A number that defines a specific configuration index in the configuration list; the
default is the first index in the configuration list
String that represents the separator for the data; use one of the following:
ï‚§ Comma (default): ,
ï‚§ Semicolon: ;
ï‚§ New line:
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
Configuration lists (on page 4-83)
smu.source.configlist.create() (on page 14-153)
Instrument settings stored in a source configuration list (on page 4-88)