Scriptvar.save(); Scriptvar.source - Keithley 2657A Reference Manual

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

Advertisement

Model 2657A High Power System SourceMeter® Instrument Reference Manual

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 only saves a script to nonvolatile memory or a USB flash drive.
If no filename is given, the script will be saved to internal nonvolatile memory. Only a named script (the script's
name attribute is not an empty string) can be saved to internal nonvolatile memory. If a filename is given, the
script will be saved to the USB flash drive.
You are not required to add the file extension, but if you would like to, the only allowed extension is .tsp (see
Example 2).
Example 1
test8.save()
Example 2
test8.save("/usb1/myScript.tsp")
Also see
Save a user script

scriptVar.source

This attribute contains the source code of a script.
Type
TSP-Link accessible
Attribute (RW)
No
(see Details)
Usage
code = scriptVar.source
scriptVar.source = nil
scriptVar
code
2657A-901-01 Rev. B/December 2012
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 6-8)
Affected by
Not applicable
The name of the variable that references the script that contains the source code
The body of the script
Section 7: TSP command reference
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
flash drive.
Where saved
Default value
Not saved
Not applicable
7-167

Advertisement

Table of Contents
loading

Table of Contents