Buffer.make() - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference
Example
defBufStats = buffer.getstats(defbuffer1)
print(defBufStats)
Also see
buffer.delete()

buffer.make()

bufferVar.clear()
print()
(on page 8-231)
printbuffer()
(on page 8-232)
Reading buffers
Remote buffer operation
buffer.make()
This function creates a user-defined reading buffer.
Type
TSP-Link accessible
Function
Yes
Usage
bufferVar = buffer.make(bufferSize)
bufferVar = buffer.make(bufferSize, style)
bufferVar
bufferSize
style
8-18
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
(on page 8-16)
(on page 8-18)
(on page 8-24)
(on page 3-13)
(on page 3-30)
Affected by
A user-supplied string that indicates the name of the buffer
The maximum number of readings that can be stored in bufferVar; minimum is 10
The type of reading buffer to create:
Store readings with reduced accuracy (6.5 digits) with no formatting information,
1 μs accurate timestamp, maximum 27,500,000 readings:
buffer.STYLE_COMPACT
Store readings with full accuracy with formatting, maximum 11,000,000 readings:
buffer.STYLE_STANDARD (default)
Store the same information as standard, plus additional information, such as the
ratio component of a DCV ratio measurement: buffer.STYLE_FULL
Store external reading buffer data: buffer.STYLE_WRITABLE
Store external reading buffer data with two reading values:
buffer.STYLE_WRITABLE_FULL
Assign the name defBufStats to the table.
Get statistics for the default reading buffer
named defbuffer1
Returns the defBufStats table with the
following entries in it:
n, min, max, mean, stddev
Where saved
Default value
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents