EasyManuals Logo

Tektronix Keithley 2601B-PULSE Reference Manual

Tektronix Keithley 2601B-PULSE
849 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 #516 background imageLoading...
Page #516 background image
Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-158 2601B-PULSE-901-01A April 2020
script.delete()
This function deletes a script from nonvolatile memory.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
script.delete("scriptName")
scriptName
The string that represents the name of the script
Example
script.delete("test8")
Deletes a user script named "test8" from
nonvolatile memory.
Also see
Delete user scripts from the instrument (on page 10-43)
scriptVar.save() (on page 11-166)
script.factory.catalog()
This function returns an iterator that can be used in a for loop to iterate over all the factory scripts.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
for name in script.factory.catalog() do body end
name
String representing the name of the script
body
Code that implements the body of the for loop to process the names in the catalog
Details
Accessing this catalog of scripts allows you to process the factory scripts. The entries will be
enumerated in no particular order.
Each time the body of the function executes, name takes on the name of one of the factory scripts.
The for loop repeats until all scripts have been iterated.
Example
for name in script.factory.catalog() do
print(name)
end
Retrieve the catalog listing for factory scripts.
Also see
None

Table of Contents

Other manuals for Tektronix Keithley 2601B-PULSE

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley 2601B-PULSE and is the answer not in the manual?

Tektronix Keithley 2601B-PULSE Specifications

General IconGeneral
BrandTektronix
ModelKeithley 2601B-PULSE
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals