![Keithley SourceMeter 2600B Series Reference Manual Download Page 370](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220370.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-31
Example
printbuffer(1, 1, smua.nvbuffer1.sourceoutputstates)
Print the source output for the
first reading stored in source-
measure unit (SMU) channel A,
dedicated reading buffer 1.
Example output:
On
Also see
(on page 7-25)
(on page 7-26)
(on page 7-27)
(on page 7-28)
(on page 7-29)
(on page 7-31)
(on page 7-32)
(on page 7-33)
\
bufferVar.sourceranges
This attribute contains the source range that was used for readings stored in a specified reading buffer.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Clearing the buffer See
Details
Not applicable
sourcerange
=
bufferVar
.sourceranges[
N
]
sourcerange
The source range used to acquire reading number
N
in the specified buffer
bufferVar
The reading buffer; can be a dynamically allocated buffer (user-defined), or a
dedicated reading buffer (such as
smua.nvbuffer1
)
N
The reading number (
1
to
bufferVar
.n
)
Details
The sourceranges buffer recall attribute is like an array (a Lua table) of full-scale range values for the
source range used when the measurement was made.
For dedicated reading buffers, all buffer attributes are saved to nonvolatile memory only when the
reading buffer is saved to nonvolatile memory.
Example 1
sourcerange = smua.nvbuffer1.sourceranges[1]
Store the source range that was used for the
first reading stored in source-measure unit
(SMU) A, dedicated reading buffer 1.