EasyManuals Logo

Keithley SourceMeter 2612 Reference Manual

Keithley SourceMeter 2612
594 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 #100 background imageLoading...
Page #100 background image
2-48 TSP Programming Fundamentals Series 2600 System SourceMeters Reference Manual
2600S-901-01 Rev. A / May 2006 Return to Section 2 topics
The following function retrieves a script listing. The script chunk is returned, along
with the shell keywords (
loadscript or loadandrunscript, and endscript):
myscript.list()
where: myscript is the user-defined name of the script.
Example:
Retrieve the listing for a saved script named “test7”:
userscriptlist = test7.list()
print (userscriptlist)
Deleting a script from non-volatile memory
Replacing, changing or deleting a script from the run-time environment does not
remove the script from non-volatile memory. A script can be permanently
removed from non-volatile memory using either of the following commands:
script.delete("name")
script.user.delete("name")
where: name is the user-defined name of the script.
Example:
Delete a user script named “test8” from non-volatile memory:
script.delete("test8")
Restoring a script in the run-time environment
A script is inherently a global variable and can be replaced by assigning a new
value or by loading a new script with the same name. It can also be removed from
the run-time environment by assigning it the nil value. A script can be restored
from non-volatile memory back into the run-time environment using either of the
following commands:
script.restore("name")
script.user.restore("name")
where: name is the user-defined name of the script to be restored.
Example:
Restore a user script named “test9” from non-volatile memory:
script.restore("test9")

Table of Contents

Other manuals for Keithley SourceMeter 2612

Questions and Answers:

Question and Answer IconNeed help?

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

Keithley SourceMeter 2612 Specifications

General IconGeneral
BrandKeithley
ModelSourceMeter 2612
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals