RIGOL  Chapter 2 Command System 
2-66    MSO1000Z/DS1000Z Programming Guide 
:DISPlay:GRID 
:DISPlay:GRID <grid> 
:DISPlay:GRID? 
Set or query the grid type of screen display.   
FULL: turn the background grid and coordinate on. 
HALF: turn the background grid off and coordinate on. 
NONE: turn the background grid and coordinate off. 
The query returns FULL, HALF, or NONE.   
:DISPlay:GRID NONE /*Turn the background grid and coordinate off*/ 
:DISPlay:GRID?                /*The query returns NONE*/ 
 
 
:DISPlay:GBRightness 
:DISPlay:GBRightness <brightness> 
:DISPlay:GBRightness? 
Set or query the brightness of the screen grid. 
The query returns an integer between 0 and 100.   
:DISPlay:GBRightness 60 /*Set the brightness of the screen grid to 60%*/ 
:DISPlay:GBRightness? /*The query returns 60*/