EasyManuals Logo

Tektronix Keithley SourceMeter 2470 Reference Manual

Tektronix Keithley SourceMeter 2470
995 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #793 background imageLoading...
Page #793 background image
2470
High Voltage SourceMeter Instrument Reference Manual Section 14:
TSP command reference
2470-901-01 Rev. A / May 2019 14-153
Example
print(smu.source.configlist.catalog())
Request the name of one source configuration list that
is stored in the instrument. Send the command again
until it returns nil to get all stored lists.
Also see
Configuration lists (on page 4-83)
smu.source.configlist.create() (on page 14-153)
smu.source.configlist.create()
This function creates an empty source configuration list.
Type TSP-Link accessible Affected by Where saved
Default value
Function
Yes
Restore configuration
Instrument reset
Power cycle
Source configuration list
Configuration script
Usage
smu.source.configlist.create("listName")
listName
A string that represents the name of a source 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. If you want to save a configuration
list through a power cycle, create a configuration script to save instrument settings, including any
defined configuration lists.
Example
reset()
smu.source.configlist.create("MyScrList")
print(smu.source.configlist.catalog())
print(smu.source.configlist.catalog())
smu.source.configlist.store("MyScrList")
smu.source.configlist.store("MyScrList")
print(smu.source.configlist.size("MyScrList"))
Create a source configuration list
named MyScrLst.
Print the name of one configuration list
stored in volatile memory.
Output:
MyScrList
Print the name of one configuration list.
Output:
nil
Nil indicates that no more configuration
lists are stored.
Store a configuration index in
MyScrList.
Store a configuration index in
MyScrList.
Print the number of configuration
indexes in MyScrList.
Output:
2

Table of Contents

Other manuals for Tektronix Keithley SourceMeter 2470

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley SourceMeter 2470 and is the answer not in the manual?

Tektronix Keithley SourceMeter 2470 Specifications

General IconGeneral
BrandTektronix
ModelKeithley SourceMeter 2470
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals