Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-91
smu.measure.configlist.catalog()
This function returns the name of one measure configuration list stored on the instrument.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.catalog()
Details
You can use this command to see the names of measure 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 measure configuration lists have
been created for the instrument.
Commands are stored in the instrument are stored in runtime memory.
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-33)
smu.measure.configlist.create() (on page 8-92)