Chapter 2 Command System  RIGOL 
MSO1000Z/DS1000Z Programming Guide  2-69 
:ETABle<n>:ROW 
:ETABle<n>:ROW <row> 
:ETABle<n>:ROW? 
Set or query the current row of the event table.   
1 to the maximum number of rows of the 
current event table 
The query returns the current row in integer. If the current even table is empty, the 
query returns 0.   
:ETABle1:ROW 2 /*Set the current row to 2*/ 
:ETABle1:ROW?          /*The query returns 2*/ 
 
 
:ETABle<n>:SORT 
:ETABle<n>:SORT <sort> 
:ETABle<n>:SORT? 
Set or query the display type of the decoding results in the event table.   
  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.   
The query returns ASC or DESC. 
:ETABle1:SORT DESCend        /*Set the display type of the event table to descend*/ 
:ETABle1:SORT?                      /*The query returns DESC*/