RIGOL 2 Command System
2-16 DS2000E Programming Guide
:BUS<n>:DISPlay
Syntax
:BUS<n>:DISPlay <bool>
:BUS<n>:DISPlay?
Description
Enable or disable the display of the specified bus; or query the current display status of the specified bus.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<bool> Bool {{1|ON}|{0|OFF}} 0|OFF
Return Format
The query returns 1 or 0.
:BUS<n>:FORMat
Syntax
:BUS<n>:FORMat <format>
:BUS<n>:FORMat?
Description
Set or query the display format of the specified bus.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<format> Discrete {HEX|DEC|BIN|ASCii} HEX
Explanation
HEX: hexadecimal;
DEC: decimal;
BIN: binary;
ASCii: ASCII.
Return Format
The query returns HEX, DEC, BIN, or ASC.