Script.delete(); Script.load() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual
Also see
Anonymous scripts
scriptVar.autorun
scriptVar.list()
scriptVar.name
scriptVar.run()
scriptVar.save()
scriptVar.source

script.delete()

This function deletes a script from nonvolatile memory.
Type
TSP-Link accessible
Function
No
Usage
script.delete("scriptName")
scriptName
Example
script.delete("test8")
Also see
Delete user scripts from the instrument
scriptVar.save()

script.load()

This function creates a script from a specified file.
Type
TSP-Link accessible
Function
No
Usage
scriptVar = script.load("file")
scriptVar = script.load("file", "name")
scriptVar
file
name
Details
The file path may be absolute or relative to the current working directory. The root folder of the USB
flash drive has the absolute path "/usb1/". Both the forward slash (/) and backslash (\) are
supported as directory separators.
The file to be loaded must start with the loadscript or loadandrunscript keywords, contain the
body of the script, and end with the endscript keyword.
3700AS-901-01 Rev. D/June 2018
(on page 10-3)
(on page 11-348)
(on page 11-348)
(on page 11-349)
(on page 11-350)
(on page 11-351)
(on page 11-351)
Affected by
The string that represents the name of the script
(on page 10-49)
(on page 11-351)
Affected by
The created script; this is nil if an error is encountered
The path and file name of the script file to load
The name of the script to be created
Section 11: TSP command reference
Where saved
Default value
Deletes a user script named "test8" from
nonvolatile memory.
Where saved
Default value
11-343

Advertisement

Table of Contents
loading

Table of Contents