Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-67
The query returns FULL, HALF, NONE, or IRE.
:DISPlay:GRID NONE /*Turns off the background grid and coordinates.*/
:DISPlay:GRID? /*The query returns NONE.*/
:DISPlay:GBRightness
:DISPlay:GBRightness <brightness>
:DISPlay:GBRightness?
Sets or queries the brightness of the screen grid, expressed in percentage.
The query returns an integer ranging from 1 to 100.
:DISPlay:GBRightness 60 /*Sets the screen grid brightness to 60%.*/
:DISPlay:GBRightness? /*The query returns 60.*/
:DISPlay:DATA?
Queries the bitmap data stream of the currently displayed image.
The query returns the binary data stream of the screenshot in ".bmp" format.
:DISPlay:RULers
:DISPlay:RULers <bool>
:DISPlay:RULers?
Enables or disables the ruler display; or queries the on/off status of the ruler.
The query returns 1 or 0.
:DISPlay:RULers ON /*Enables the display of the ruler.*/
:DISPlay:RULers? /*The query returns 1.*/