Keithley DMM7510 Reference Manual page 636

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

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Details
This command allows you to change or view how many readings a buffer can store. Changing the
size of a buffer will cause any existing data in the buffer to be lost.
The overall capacity of all buffers stored in the instrument cannot exceed 11,000,000 readings for
standard reading buffers and 27,500,000 for compact reading buffers. For more information about
buffer capacity, see
Example
reset()
testData = buffer.make(500)
capTest = buffer.make(300)
bufferCapacity = capTest.capacity
print(bufferCapacity)
print(testData.capacity)
testData.capacity = 600
print(testData.capacity)
print(defbuffer1.capacity)
Also see
buffer.delete()
buffer.make()
bufferVar.clear()
print()
(on page 8-231)
printbuffer()
Reading buffers
Remote buffer operation
DMM7510-901-01 Rev. B / May 2015
Setting reading buffer capacity
(on page 8-16)
(on page 8-18)
(on page 8-24)
(on page 8-232)
(on page 3-13)
(on page 3-30)
(on page 3-18).
Create two user-defined reading buffers: testData and
capTest.
Create a variable called bufferCapacity to hold the
capacity of the capTest buffer.
Print bufferCapacity.
Output:
300
Print the capacity of testData.
Output:
500
Changes the capacity of testData to 600.
Print the capacity of testData.
Output:
600
Print the capacity of the default buffer defbuffer1.
Output:
100000
Section 8: TSP command reference
8-23

Advertisement

Table of Contents
loading

Table of Contents