Scriptvar.save() - Keithley DMM7510 Reference Manual

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

Advertisement

Section 8: TSP command reference

scriptVar.save()

This function saves the script to nonvolatile memory or to a USB flash drive.
Type
TSP-Link accessible
Function
No
Usage
scriptVar.save()
scriptVar.save(filename)
scriptVar
filename
Details
The scriptVar.save() function saves a script to nonvolatile memory or a USB flash drive. The
root folder of the USB flash drive has the absolute path /usb1/.
If no filename is specified, the script is saved to internal nonvolatile memory. If a filename is
given, the script is saved to the USB flash drive.
If you set scriptVar to autoexec, the script is run when the instrument powers up. You must
delete the existing autoexec script before saving the new one. Note that performing a system reset
does not delete the autoexec script.
If no filename is specified (the filename parameter is an empty string), the script is saved to internal
nonvolatile memory. If a filename is given, the script is saved to the USB flash drive.
You can add the file extension, but it is not required. The only allowed extension is .tsp (see
Example 2).
Example 1
test8.save()
Example 2
test8.save("/usb1/myScript.tsp")
Also see
Working with scripts
8-238
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Affected by
The name of variable that references the script
The file name to use when saving the script to a USB flash drive
(on page 7-5)
Where saved
Default value
Saves the script referenced by the variable
test8 to nonvolatile memory.
Saves the script referenced by the variable
test8 to a file named myScript.tsp on your
USB flash drive.
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents