Model 2461 Interactive SourceMeter® Instrument Reference Manual
Section 8: TSP command reference
2461-901-01 A/November 2015
8-177
smu.source.configlist.catalog()
This function returns the name of one source configuration list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu.source.configlist.catalog()
Details
You can use this command to retrieve the names of source configuration lists that are stored in the
instrument.
This command returns one name each time you send it. This command returns
nil
to indicate that
there are no more names to return. If the command returns
nil
the first time you send it, no source
configuration lists have been created for the instrument.
Example
print(smu.source.configlist.catalog())
Request the name of one source configuration list that
is stored in the instrument. Send the command again
until it returns
nil
to get all stored lists.
Also see
(on page 3-30)
smu.source.configlist.create()
smu.source.configlist.create()
This function creates an empty source configuration list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Restore configuration
Instrument reset
Power cycle
Source configuration list
Configuration script
Usage
smu.source.configlist.create(
listName
)
listName
A string that represents the name of a source configuration list
Details
This command creates an empty configuration list. To add configuration indexes to this list, you need
to use the store command.
Configuration lists are not saved when the instrument is turned off. If you want to save a configuration
list through a power cycle, create a configuration script to save instrument settings, including any
defined configuration lists.