User manual

Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-69
:ETABle<n>:ROW
Syntax :ETABle<n>:ROW <row>
:ETABle<n>:ROW?
Description Set or query the current row of the event table.
Parameter
Name Type Range Default
<n>
Discrete
{1|2}
--
<row> Integer
1 to the maximum number of rows of the
current event table
1
Return
Format
The query returns the current row in integer. If the current even table is empty, the
query returns 0.
Example :ETABle1:ROW 2 /*Set the current row to 2*/
:ETABle1:ROW? /*The query returns 2*/
:ETABle<n>:SORT
Syntax :ETABle<n>:SORT <sort>
:ETABle<n>:SORT?
Description Set or query the display type of the decoding results in the event table.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2}
--
<sort> Discrete {ASCend|DESCend} ASCend
Explanation ASCend: the events are displayed in the order in which they occurred.
DESCend: the events are displayed in the order reverse to the order in which they
occurred.
Return
Format
The query returns ASC or DESC.
Example
:ETABle1:SORT DESCend /*Set the display type of the event table to descend*/
:ETABle1:SORT? /*The query returns DESC*/