Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-171
setup.save()
This function saves the present setup as a user-saved setup.
Type TSP-Link accessible Affected by Where saved Default value
Function Yes
Usage
setup.save(id)
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.
NOTE
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
setup.save(5)
Saves the present setup at location 5.
Also see
User setup (on page 2-39)
smuX.abort()
This function terminates all overlapped operations on the specified SMU.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
smuX.abort()
X
Source-measure unit (SMU) channel (for example, smua.abort() specifies SMU
channel A).
Details
smuX.abort() will not turn the output off or change any settings.
If used to abort a sweep, when executed, the SMU will exit its trigger model immediately and return to the trigger
model's idle state.