8: TSP command reference Model 2450 Interactive SourceMeter® Instrument Reference M
8-92 2450-901-01 Rev. B/September 2013
smu.measure.configlist.create()
This command creates an empty measure configuration list.
Type TSP-Link accessible Affected by Where saved
Default value
Instrument reset
Power cycle
Measure configuration list
Usage
smu.measure.configlist.create(listName)
The name of the configuration list
Details
This command creates an empty configuration list. To add configuration points 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, 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-33)
smu.measure.configlist.catalog() (on page 8-91)
smu.measure.configlist.delete() (on page 8-93)
smu.measure.configlist.query() (on page 8-94)
smu.measure.configlist.recall() (on page 8-95)
smu.measure.configlist.size() (on page 8-96)
smu.measure.configlist.store() (on page 8-97)