Script.delete(); Script.factory.catalog() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual

script.delete()

This function deletes a script from nonvolatile memory.
Type
TSP-Link accessible
Function
No
Usage
script.delete(scriptName)
scriptName
Example
script.delete("test8")
Also see
Delete user scripts
Delete user scripts from the instrument
scriptVar.save()

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
Function
Yes
Usage
for name in script.factory.catalog() do body end
name
body
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
Also see
None
2600BS-901-01 Rev. B / May 2013
Affected by
The string that represents the name of the script
(on page 6-9)
(on page 6-45)
(on page 7-172)
Affected by
String representing the name of the script
Code that implements the body of the for loop to process the names in the catalog
Section 7: TSP command reference
Where saved
Default value
Deletes a user script named "test8" from
nonvolatile memory.
Where saved
Default value
Retrieve the catalog listing for factory scripts.
7-163

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents