Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-166
707B-901-01 Rev. A / August 2010
scriptVar.run()
This function runs a script.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
scriptVar.run()
scriptVar()
scriptVar
The name of variable that references the script
Example
test8.run()
Runs the script referenced by the variable
test8
.
Also see
None
scriptVar.save()
This function saves the script to nonvolatile memory.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
scriptVar.save()
scriptVar
The name of variable that references the script
Example
test8.save()
Saves the script referenced by the variable
test8
to nonvolatile memory.
Also see
None