Instructions

61
DISPlay:GRID
Syntax :DISPlay:GRID <type>
:DISPlay:GRID?
Description : Set or query the grid type of screen display.
Parameter :<type> ::= < DOTTed| REAL>
Return : The query returns DOTTedREAL
Example :DISPlay:GRID DOTTed /*set grid type to DOTTed */
:DISPlay:GRID? /* The query returns DOTTed */
DISPlay:GBRightness
Syntax :DISPlay:GBRightness <value>
:DISPlay:GBRightness?
Description : Set or query the brightness of the screen grid
Parameter :<value> ::=0100
Return : The query returns value
Example :DISPlay:GBRightness 50 /*set to 50*/
:DISPlay:GBRightness? /* The query returns 50*/