Keithley DMM7510 Reference Manual page 580

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Retrieve a user script from the instrument
You can review user scripts that are in the nonvolatile memory of the instrument and retrieve them.
To see a list of scripts from the front-panel interface:
1. Press the MENU key.
2. Under Scripts, select Manage. The MANAGE SCRIPTS window is displayed.
The scripts are listed in the Internal Scripts list. To see the contents of the script, you can copy them
to a USB flash drive. You can read the scripts with a text editor. See
drive
(on page 7-8).
To retrieve the content of a script, use scriptVar.source, where scriptVar is the name of the
script you want to retrieve. For example, to retrieve a script named contactTest, you would send:
print(contactTest.source)
The command is returned as a single string. The loadscript and endscript keywords are not
included.
Deleting a user script using a remote interface
Deleting a user script deletes the script from the instrument.
To delete a script from the instrument:
Send the command:
script.delete("name")
Where: name is the user-defined name of the script.
Example: Delete a user script
script.delete("test8")
DMM7510-901-01 Rev. B / May 2015
Section 7: Introduction to TSP commands
Saving a script to a USB flash
Delete a user script named test8 from the
instrument.
7-9

Advertisement

Table of Contents
loading

Table of Contents