Section 6: SCPI command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
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.
:TRACe:ACTual?
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
(on page 3-13)
(on page 3-30)
:TRACe:ACTual:END?
This command indicates the last index in a reading buffer.
Type
Affected by
Where saved
Default value
Query only
Recall settings
Instrument reset
Power cycle
Not applicable
Not applicable
Usage
:TRACe:ACTual:END?
:TRACe:ACTual:END? "<bufferName>"
<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,
defbuffer1
is used
Details
Use this command to find the ending index in a reading buffer.