Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-183
script.restore()
This function restores a script that was removed from the runtime environment.
Usage
script.restore(name)
The name of the script to be restored
Details
This command copies the script from nonvolatile memory into the runtime environment. It also creates
a global variable with the same name as the name of the script.
Example
Restores a script named test9 from nonvolatile memory.
Also see
script.delete() (on page 9-179)
script.run()
This function runs the anonymous script.
Usage
script.run()
run()
Details
Each time the script.run() command is given, the anonymous script is executed. This script can
be run using this command many times without having to re-send it.
Example
Runs the anonymous script.
Also see
script.anonymous (on page 9-178)