Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-164
707B-901-01 Rev. A / August 2010
NOTE
Save the script in nonvolatile memory after setting the
autorun
attribute to save the change when
the instrument is turned off.
Example
test5.autorun = "yes"
test5.save()
Assume a script named "test5" is in the runtime
environment.
The next time the instrument is turned on, "test5"
script automatically loads and runs.
Also see
None
scriptVar.list()
This function generates a script listing.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
scriptVar.list()
scriptVar
The name of variable that references the script
Details
This function generates output in the form of a sequence of response messages (one message for each line of
the script). It also generates output of the script control messages (
loadscript
or
loadandrunscript,
and
endscript
).
Example
beep.list()
Generates output for the content of the script
named "
beep
."
Also see
Create a script by sending commands over the remote interface
(on page 6-5)
Retrieve source code line by line
scriptVar.name
This attribute changes or reads the name of a script in the runtime environment.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
No
Not applicable
See
Details
Not
applicable