7: TSP command reference Series 2600B System SourceMeter® Instrument
7-26 2600BS-901-01 Rev. B / May 2013
Example
print(smua.nvbuffer1.readings[1])
Output the first reading saved in
source-measure unit (SMU) channel A,
dedicated reading buffer 1.
Output:
Also see
bufferVar.measurefunctions (on page 7-22)
bufferVar.measureranges (on page 7-23)
bufferVar.n (on page 7-24)
bufferVar.sourcefunctions (on page 7-26)
bufferVar.sourceoutputstates (on page 7-27)
bufferVar.sourceranges (on page 7-28)
bufferVar.sourcevalues (on page 7-29)
bufferVar.statuses (on page 7-30)
bufferVar.timestamps (on page 7-32)
Reading buffers (on page 3-6)
bufferVar.sourcefunctions
This attribute contains the source function that was being used when the readings were stored in a specified
reading buffer.
Type TSP-Link accessible Affected by Where saved Default value
Usage
sourcefunction = bufferVar.sourcefunctions[N]
The source function used ("current" or "voltage") to acquire reading number N
in the specified buffer
The reading buffer; can be a dynamically allocated buffer (user-defined), or a
dedicated reading buffer (such as smua.nvbuffer1)
The reading number (1 to bufferVar.n)
Details
The sourcefunctions buffer recall attribute is like an array (a Lua table) of strings indicating the source
function at the time of the measurement.
For dedicated reading buffers, all buffer attributes are saved to nonvolatile memory only when the reading buffer
is saved to nonvolatile memory.
Example 1
sourcefunction = smua.nvbuffer1.sourcefunctions[3]
Store the source function used
to make reading number 3.