Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 6: SCPI command reference
DMM7510-901-01 Rev. B / May 2015
6-153
Example
TRACe:MAKE "test1", 100
COUNt 6
MEASure:CURRent? "test1"
:TRACe:ACTual:STARt? "test1" ; END? "test1"
MEASure:CURRent? "test1"
:TRACe:ACTual:STARt? "test1" ; END? "test1"
Create a buffer named
test1
with a capacity of 100 readings.
Set the measure count to 6.
Make measurements and store them in buffer
test1
.
Get the start index and end index of
test1
.
Output:
1;6
Make six more measurements and store them in buffer
test1
.
Get the start and end index of
test1
.
Output:
1;12
Also see
(on page 3-13)
(on page 3-30)
(on page 6-153)
(on page 6-160)
:TRACe:ACTual:STARt?
This command indicates the starting 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:STARt?
:TRACe:ACTual:STARt? "<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 starting index in a reading buffer.