Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-176 2601B-PULSE-901-01A April 2020
setup.save()
This function saves the present setup as a user-saved setup.
Usage
setup.save(id)
An integer or string specifying where to save the user setup:
â–ª Save in nonvolatile memory (1 to 5)
â–ª Save as user-saved setup on a USB flash drive ("/path/filename")
Details
When the id parameter is an integer (n), it is interpreted as the setup number to save to the
instrument's nonvolatile memory.
When you save to a specified integer (1 to 5) in nonvolatile memory, the previous setup at that same
location is overwritten.
When the id parameter is a string, it is interpreted as the path and file name of the location to save
the present setup on a USB flash drive. The path may be absolute or relative to the current
working directory.
Example
Saves the present setup to the internal memory of the
instrument at location 5.
Also see
Saved setups (on page 4-51)
setup.recall() (on page 11-175)
smua.abort()
This function terminates all overlapped operations on the source-measure unit (SMU).
Usage
smua.abort()