Smu.measure.configlist.catalog() - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual

smu.measure.configlist.catalog()

This function returns the name of one measure configuration list stored on the instrument.
Type
TSP-Link accessible
Function
Yes
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())
print(smu.measure.configlist.catalog())
print(smu.measure.configlist.catalog())
print(smu.measure.configlist.catalog())
Also see
Configuration lists
smu.measure.configlist.create()
2450-901-01 Rev. B/September 2013
Affected by
(on page 3-33)
(on page 8-92)
Section 8: TSP command reference
Where saved
Default value
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.
If there are two configuration lists on the
instrument.
Example output:
testMeasList
myMeasList
nil
8-91

Advertisement

Table of Contents
loading

Table of Contents