2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
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:
testMeasList
print(smu.measure.configlist.catalog())
myMeasList
print(smu.measure.configlist.catalog())
nil
Also see
(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
Function
Yes
Usage
smu.measure.configlist.create("
listName
")
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
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)
(on page 14-119)
smu.measure.configlist.store()
(on page 14-120)