Keithley 2651A Reference Manual page 255

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
To save a script to nonvolatile memory:
1. Create and load a named script (see
2. Do one of the following:
Send the command scriptVar.save(), where scriptVar is the name of the script.
In TSB Embedded, click Save Script.
Example: Save a user script to nonvolatile memory
test1.save()
To save a script to an external USB drive:
When you save a script to a USB flash drive, you do not need to specify a file extension; .tsp is
automatically added. If you do specify a file extension, it must be .tsp; an error will occur if you use
any other file extension.
1. Load a script (see
2. Send the command: scriptVar.save("/usb1/filename.tsp"), where: scriptVar is the
variable referencing the script and filename.tsp is a name of the file.
You can also use TSB Embedded to save a script to a USB flash drive (or any accessible drive)
installed on your computer. From TSB Embedded, load the script and click Export to PC.
Delete user scripts
These steps remove a script from nonvolatile memory. To completely remove a script from the
system, there are additional steps you must take. See
page 6-45).
You can delete the script from nonvolatile memory by sending either of the following commands:
script.delete("name")
script.user.delete("name")
Where: name is the user-defined name of the script.
If you are using TSB Embedded, to delete a script from nonvolatile memory:
1. In TSB Embedded, select the script from the User Scripts list.
2. Click Delete. There is no confirmation message.
2651A-901-01 Rev. A / March 2011
Create and load a script
NOTE
Create and load a script
NOTE
NOTE
Section 6: Instrument programming
(on page 6-3)).
Assume a script named "test1"
has been loaded. test1 is
saved into nonvolatile memory.
(on page 6-3)).
Delete user scripts from the instrument
(on
6-11

Advertisement

Table of Contents
loading

Table of Contents