Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 3: Functions and features
DMM7510-901-01 Rev. B / May 2015
3-17
7. Select
OK
. The MANAGE READING BUFFERS window is displayed, showing the buffer you just
created.
Figure 109: MANAGE READING BUFFERS window
8. Press the
HOME
key to return to the Home screen.
After you create a new reading buffer, the new reading buffer becomes the active buffer.
Using SCPI commands to create a reading buffer:
To create a full reading buffer named
testData
with a capacity of 200 readings, send the following
command:
TRACe:MAKE "testData", 200, FULL
Using TSP commands to create a reading buffer:
To create a full reading buffer named
testData
with a capacity of 200 readings, send the following
command:
testData = buffer.make(200, buffer.STYLE_FULL)
Setting reading buffer options
You can specify the settings for the reading buffers. The settings you can select include:
•
Buffer capacity: The amount of data the buffer holds
•
Buffer style: What data is returned for each buffer index
•
Fill mode: How the incoming data is managed as the buffer fills