Chapter 2 Command System  RIGOL 
MSO1000Z/DS1000Z Programming Guide  2-67 
:ETABle Commands 
 
The :ETABle commands are used to set the parameters related to the decoding event table.   
 
Command List: 
  :ETABle<n>:DISP 
  :ETABle<n>:FORMat 
  :ETABle<n>:VIEW 
  :ETABle<n>:COLumn 
  :ETABle<n>:ROW 
  :ETABle<n>:SORT 
  :ETABle<n>:DATA? 
 
 
:ETABle<n>:DISP 
:ETABle<n>:DISP <bool> 
:ETABle<n>:DISP? 
Turn on or off the decoding event table, or query the status of the decoding event table. 
This command is only valid when the decoder is turned on (:DECoder<n>:DISPlay). 
The query returns 1 or 0. 
:ETABle1:DISP ON        /*Turn on the decoding event table*/ 
:ETABle1:DISP?            /*The query returns 1*/ 
 
 
:ETABle<n>:FORMat 
:ETABle<n>:FORMat <fmt> 
:ETABle<n>:FORMat? 
Set or query the data display format of the event table.   
The query returns HEX, ASC, or DEC. 
:ETABle1:FORMat ASCii /*Set the data display format of the event table to ASCII*/ 
:ETABle1:FORMat?                /*The query returns ASC*/