Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-232
2600BS-901-01 Rev. C / August 2016
smuX.reset()
This function turns off the output and resets the commands that begin with
smu.
to their default settings.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu
X
.reset()
X
Source-measure unit (SMU) channel (for example,
smua.reset()
applies to SMU
channel A)
Details
This function turns off the output and returns the specified SMU to its default settings.
Example
smua.reset()
Turns off the output and resets SMU
channel A to its default settings.
Also see
(on page 7-173)
smuX.savebuffer()
This function saves one source-measure unit (SMU) dedicated reading buffer to nonvolatile memory (there are
two dedicated reading buffers for each SMU).
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu
X
.savebuffer(smu
X
.nvbuffer
Y
)
X
SMU channel (for example,
smua.savebuffer(smua.nvbuffer1)
applies to
SMU channel A)
Y
SMU dedicated reading buffer (1 or 2)
Details
When the instrument is turned off and back on, the dedicated reading buffers are restored from
nonvolatile memory to their last saved values.
Example
smua.savebuffer(smua.nvbuffer1)
Saves buffer 1 (SMU channel A) to
internal memory.