Script.user.catalog(); Scriptvar.autorun - Keithley 2601B Reference Manual

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

Advertisement

Section 7: TSP command reference

script.user.catalog()

This function returns an iterator that can be used in a for loop to iterate over all the scripts stored in nonvolatile
memory.
Type
TSP-Link accessible
Function
No
Usage
for name in script.user.catalog() do body end
name
body
Details
Accessing the catalog of scripts stored in nonvolatile memory allows you to process all scripts in nonvolatile
memory. 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 scripts stored in nonvolatile
memory. The for loop repeats until all scripts have been iterated.
Example
for name in script.user.catalog() do
print(name)
end
Also see
None

scriptVar.autorun

This attribute controls the autorun state of a script.
Type
TSP-Link accessible
Attribute (RW)
No
Usage
scriptVar.autorun = state
state = scriptVar.autorun
scriptVar
state
Details
Autorun scripts run automatically when the instrument is turned on. You can set any number of scripts to
autorun.
The run order for autorun scripts is arbitrary, so make sure the run order is not important.
The default value for scriptVar.autorun depends on how the script was loaded. The default is "no" if the
script was loaded with loadscript or script.new(). It is "yes" for scripts loaded with loadandrunscript
or script.newautorun().
7-168
Series 2600B System SourceMeter® Instrument Reference Manual
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
Affected by
Not applicable
The name of the variable that references the script
Whether or not the script runs automatically when powered on:
"yes" (script runs automatically)
"no" (script does not run automatically)
Where saved
Default value
Retrieve the catalog listing for user scripts.
Where saved
Default value
See Details
See Details
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents