EasyManuals Logo
Home>Keithley>Test Equipment>2450

Keithley 2450 User Manual

Keithley 2450
878 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 #660 background imageLoading...
Page #660 background image
Model 2450
Interactive SourceMeter® Instrument Reference Manual Section 8:
TSP command reference
2450-901-01 Rev. B/September 2013 8-129
smu.source.configlist.create()
This command creates an empty source configuration list for sourcing.
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 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 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 point in
MyScrList.
Store a configuration point in
MyScrList.
Print the number of configuration points
in MyScrList.
Output:
2
Also see
Configuration lists (on page 3-33)
smu.source.configlist.store() (on page 8-132)

Table of Contents

Other manuals for Keithley 2450

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 2450 and is the answer not in the manual?

Keithley 2450 Specifications

General IconGeneral
BrandKeithley
Model2450
CategoryTest Equipment
LanguageEnglish

Related product manuals