Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-162
707B-901-01 Rev. A / August 2010
script.restore()
This function restores a script that was removed from the runtime environment.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
script.restore(name)
name
The name of the script to be restored
Details
This command copies the script from nonvolatile memory back into the runtime environment, and it creates a
global variable with the same name as the name of the script.
Example
script.restore("test9")
Restores a script named "test9" from nonvolatile
memory.
Also see
script.run()
This function runs the anonymous script.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
script.run()
run()
Example
run()
Runs the anonymous script.
Also see
None