8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
8-136 2461-901-01 A/November 2015
Example
print(smu.measure.configlist.catalog())
Request the name of one measure configuration
list that is stored in the instrument. Send the
command again until it returns nil to get all stored
print(smu.measure.configlist.catalog())
If there are two configuration lists on the
instrument.
Example output:
print(smu.measure.configlist.catalog())
print(smu.measure.configlist.catalog())
Also see
Configuration lists (on page 3-30)
smu.measure.configlist.create() (on page 8-136)
smu.measure.configlist.create()
This function creates an empty measure configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.create(listName)
A string that represents the name of a measure 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. To save a configuration list, create
a configuration script to save instrument settings, including any defined configuration lists.
Example
smu.measure.configlist.create("MyMeasList")
Create a measure configuration list named MyMeasList.
Also see
Configuration lists (on page 3-30)
smu.measure.configlist.catalog() (on page 8-135)
smu.measure.configlist.delete() (on page 8-137)
smu.measure.configlist.query() (on page 8-138)
smu.measure.configlist.recall() (on page 8-140)
smu.measure.configlist.size() (on page 8-141)
smu.measure.configlist.store() (on page 8-142)