Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-209
smuX.reset()
This function turns off the output and resets the SMU to the default settings.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
smuX.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
reset() (on page 7-151)
smuX.savebuffer()
This function saves one source-measure unit (SMU) dedicated reading buffer to internal memory (there are two
dedicated reading buffers per SMU).
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
smuX.savebuffer(smuX.nvbufferY)
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 unit is turned off and back on, the dedicated reading buffers will be restored (from internal memory) to
their last saved values.
Example
smua.savebuffer(smua.nvbuffer1)
Saves buffer 1 (SMU channel A) to
internal memory.