EasyManuals Logo

Tektronix Keithley 2601B-PULSE Reference Manual

Tektronix Keithley 2601B-PULSE
849 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #195 background imageLoading...
Page #195 background image
Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 5: Reading buffers
2601B-PULSE-901-01A April 2020 5-11
Reading buffer attributes
Use the reading buffer attributes to access the reading buffer data. The table below displays the
attributes that you can use to access the reading buffer data.
Recall attributes
Recall attribute*
Description
measurefunctions
An array (a Lua table) of strings indicating the function measured for
the reading (current, voltage, ohms, or watts).
measureranges
An array (a Lua table) of full-scale range values for the measure range
used when the measurement was made.
readings
An array (a Lua table) of the readings stored in the reading buffer. This
array holds the same data that is returned when the reading buffer is
accessed directly; that is, rb[2] and rb.readings[2] access the
same value.
sourcefunctions
An array (a Lua table) of strings indicating the source function at the
time of the measurement (current or voltage).
sourceoutputstates
An array (a Lua table) of strings indicating the state of the source (off
or on).
sourceranges
An array (a Lua table) of full-scale range values for the source range
used when the measurement was made.
sourcevalues
If enabled, an array (a Lua table) of the sourced values in effect at the
time of the reading.
statuses
An array (a Lua table) of status values for all the readings in the buffer.
The status values are floating-point numbers that encode the status
value into a floating-point value. See Buffer status (on page 5-12).
timestamps
If enabled, an array (a Lua table) of timestamps, in seconds, of when
each reading occurred. These are relative to the basetimestamp for
the buffer. See Reading buffer commands (on page 5-6).
* The default attribute is readings, which can be omitted.
Examples:
The following programming example illustrates how to output 100 readings from buffer 1:
printbuffer(1, 100, smua.nvbuffer1.readings)
The default reading attribute is readings and can be omitted. Thus, the following would also output
100 readings from buffer 1:
printbuffer(1, 100, smua.nvbuffer1)
Similarly, the following outputs 100 corresponding source values from buffer 1:
printbuffer(1, 100, smua.nvbuffer1.sourcevalues)

Table of Contents

Other manuals for Tektronix Keithley 2601B-PULSE

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley 2601B-PULSE and is the answer not in the manual?

Tektronix Keithley 2601B-PULSE Specifications

General IconGeneral
BrandTektronix
ModelKeithley 2601B-PULSE
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals