Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 6: SCPI command reference
DMM7510-901-01 Rev. B / May 2015
6-157
Example
TRAC:MAKE "buf100", 100
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
(on page 3-13)
(on page 3-30)
:TRACe:DELete
This command deletes a user-defined reading buffer.
Type
Affected by
Where saved
Default value
Command only
Not applicable
Not applicable
Not applicable
Usage
:TRACe:DELete "<bufferName>"
<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
TRAC:DEL "testData"
Delete the
testData
buffer.
Also see
(on page 3-13)
(on page 3-30)