7½ Digit Graphical Sampling Multimeter Reference Manual Section 6:
DMM7510-901-01 Rev. B / May 2015 6-157
Example
TRIGger:LOAD "SimpleLoop", 5, 0, "buf100"
INIT
*WAI
TRAC:DATA? 1, 5, "buf100", READ, REL
TRAC:DATA? 1, 5, "buf100", REL
TRAC:DATA? 1, 3, "buf100"
Create a buffer called buf100 with a maximum
size of 100.
Set the instrument to configure the trigger model to
loop, taking 5 readings with no delay, and store the
readings in the buf100 reading buffer.
Initiate the trigger model and wait for the trigger
model to complete. The trigger model will make
5 readings and store them in buf100.
Read 5 data points and include the reading and
relative time for each data point.
Output:
5.043029E-05,0.000000,5.016920E-
05,0.020199,5.047250E-
05,0.040201,5.001598E-
05,0.079671,5.053504E-05,0.099205
Read 5 data points and include relative time for
each data point.
Output:
0,0.020199,0.040201,0.079671,0.099205
Returns the first 3 reading values from buf100
reading buffer.
Output:
5.043029E-05,5.016920E-05,5.047250E-05
Also see
:FORMat[:DATA] (on page 6-50)
Reading buffers (on page 3-13)
Remote buffer operation (on page 3-30)
:TRACe:MAKE (on page 6-160)
:TRACe:DELete
This command deletes a user-defined reading buffer.
Type Affected by Where saved Default value
Usage
:TRACe:DELete "<bufferName>"
A string that contains the name of the user-defined reading buffer to delete
Details
You cannot delete the default reading buffers, defbuffer1 and defbuffer2.
Example
Delete the testData buffer.
Also see
Reading buffers (on page 3-13)
Remote buffer operation (on page 3-30)
:TRACe:MAKE (on page 6-160)