User manual
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
Syntax :ETABle<n>:DISP <bool>
:ETABle<n>:DISP?
Description Turn on or off the decoding event table, or query the status of the decoding event table.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Explanation This command is only valid when the decoder is turned on (:DECoder<n>:DISPlay).
Return
Format
The query returns 1 or 0.
Example
:ETABle1:DISP ON /*Turn on the decoding event table*/
:ETABle1:DISP? /*The query returns 1*/
:ETABle<n>:FORMat
Syntax :ETABle<n>:FORMat <fmt>
:ETABle<n>:FORMat?
Description Set or query the data display format of the event table.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<fmt> Discrete {HEX|ASCii|DEC} HEX
Return
Format
The query returns HEX, ASC, or DEC.
Example
:ETABle1:FORMat ASCii /*Set the data display format of the event table to ASCII*/
:ETABle1:FORMat? /*The query returns ASC*/