Interactive SourceMeter® Instrument Reference Manual Section 6:
2461-901-01 A/November 2015 6-157
Details
This command returns the number of readings stored in the buffer.
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:
:TRACe:ACTual? "testData"
Returns the number of readings in the buffer testData.
Example output:
Also see
Reading buffers (on page 3-2)
Remote buffer operation (on page 3-23)
:TRACe:MAKE (on page 6-165)
: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
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.