Working With Scripts In Nonvolatile Memory - Keithley 708B Reference Manual

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Models 707B and 708B Switching Matrix Reference Manual
Save the anonymous script as a named script
To save the anonymous script to a named script and save it to nonvolatile memory:
1. To name the script, send the following command:
script.anonymous.name = "myTest"
where myTest is the name of the script
2. Send the command script.anonymous.save() to save myTest to nonvolatile memory.

Working with scripts in nonvolatile memory

The previous section,
scripts, primarily in the runtime environment.
Scripts can also be stored in nonvolatile memory. Information in nonvolatile memory is stored even
when the instrument is turned off. The scripts that are in nonvolatile memory are loaded into the
runtime environment when the instrument is turned on.
The runtime environment and nonvolatile memory are separate storage areas in the instrument. The
runtime environment is wiped clean when the instrument is turned off. The nonvolatile memory
remains intact when the instrument is turned off. When the instrument is turned on, information in
nonvolatile memory is loaded into the runtime environment.
This section describes how to work with the scripts in nonvolatile memory, including how to:
Save a user script to nonvolatile memory
Retrieve a user script
Restore a script to the runtime environment
Delete user scripts
Save a user script
You can save scripts to nonvolatile memory using commands or TSB Embedded.
Only named scripts can be saved to nonvolatile memory. The anonymous script must be named
before it can be saved to nonvolatile memory.
If a script is not saved to nonvolatile memory, the script is lost when the instrument is turned off.
To save a script to nonvolatile memory:
1. Create and load a named script (see
2. Do one of the following:
Send the command myScript.save(), where myScript is the name of the script.
In TSB Embedded, click Save Script.
707B-901-01 Rev. A / August 2010
Fundamentals of scripting for TSP
(on page 6-9)
(on page 6-10)
(on page 6-13)
NOTE
Create and load a script
Section 6: Instrument programming
(on page 6-1), described working with
(on page 6-41)
(on page 6-4)).
6-9

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents