RIGOL Chapter 2 Command System
2-8 MSO7000/DS7000 Programming Guide
:BUS<n>:DISPlay
:BUS<n>:DISPlay <bool>
:BUS<n>:DISPlay?
Enables or disables the specified decoding bus; or queries the on/off display status of
the specified decoding bus.
The query returns 1 or 0.
:BUS1:DISPlay ON /*Enables the decoding bus.*/
:BUS1:DISPlay? /*The query returns 1.*/
:BUS<n>:FORMat
:BUS<n>:FORMat <fmt>
:BUS<n>:FORMat?
Sets or queries the display format of decoding data of the specified decoding bus.
HEX indicates Hexadecimal; DEC indicates Decimal; BIN indicates Binary.
The query returns HEX, ASC, DEC, or BIN.
:BUS1:FORMat HEX /*Sets the display format of the bus to HEX.*/
:BUS1:FORMat? /*The query returns HEX.*/
:BUS<n>:EVENt
:BUS<n>:EVENt <bool>
:BUS<n>:EVENt?
Enables or disables the event table of the specified decoding bus; or queries the on/off
status of the specified decoding bus event table.
Before using the command, enable the specified decoding bus.
The query returns 1 or 0.
:BUS1:EVENt ON /*Enables the event table of the specified decoding bus.*/
:BUS1:EVENt? /*The query returns 1.*/