6: SCPI command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
6-152 DMM7510-901-01 Rev. B / May 2015
Example
TRACe:MAKE "testData", 200
COUN 10
MEASure:CURRent? "testData"
Creates 200 element reading buffer named testData.
Set the measurement count to 10.
Set the measurement function to current. Make readings, and
store the readings in testData. Returns the 10
th
measurement reading after taking all 10 readings.
Returns the number of readings in defbuffer1.
Example output:
850
:TRACe:ACTual? "testData"
Returns the number of readings in the buffer testData.
Example output:
10
Also see
Reading buffers (on page 3-13)
Remote buffer operation (on page 3-30)
:TRACe:MAKE (on page 6-160)
:TRACe:ACTual:END?
This command indicates the last index in a reading buffer.
Type Affected by Where saved Default value
Query only
Instrument reset
Not applicable Not applicable
Usage
:TRACe:ACTual:END?
:TRACe:ACTual:END? "<bufferName>"
A string that indicates the reading buffer; the default buffers (defbuffer1 or
defbuffer2) or the name of a user-defined buffer; if no buffer is specified,
Details
Use this command to find the ending index in a reading buffer.