User manual
Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-67
is 140 mV.
Return
Format
The query returns FULL, HALF, NONE, or IRE.
Example
:DISPlay:GRID NONE /*Turns off the background grid and coordinates.*/
:DISPlay:GRID? /*The query returns NONE.*/
:DISPlay:GBRightness
Syntax
:DISPlay:GBRightness <brightness>
:DISPlay:GBRightness?
Description
Sets or queries the brightness of the screen grid, expressed in percentage.
Parameter
Name
Type
Range
Default
<brightness>
Integer
1 to 100
50
Return
Format
The query returns an integer ranging from 1 to 100.
Example
:DISPlay:GBRightness 60 /*Sets the screen grid brightness to 60%.*/
:DISPlay:GBRightness? /*The query returns 60.*/
:DISPlay:DATA?
Syntax
:DISPlay:DATA?
Description
Queries the bitmap data stream of the currently displayed image.
Description
The query returns the binary data stream of the screenshot in ".bmp" format.
:DISPlay:RULers
Syntax
:DISPlay:RULers <bool>
:DISPlay:RULers?
Description
Enables or disables the ruler display; or queries the on/off status of the ruler.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:DISPlay:RULers ON /*Enables the display of the ruler.*/
:DISPlay:RULers? /*The query returns 1.*/