High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-115
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 lists.
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 4-83)
createconfigscript() (on page 14-46)
smu.measure.configlist.create() (on page 14-115)
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 4-83)
smu.measure.configlist.catalog() (on page 14-114)
smu.measure.configlist.delete() (on page 14-116)
smu.measure.configlist.query() (on page 14-117)
smu.measure.configlist.recall() (on page 14-118)
smu.measure.configlist.size() (on page 14-119)
smu.measure.configlist.store() (on page 14-120)