Manual

P
ART
T
WO
:
COMMANDS
150
ISSUED: February 2005
WM-RCM-E Rev D
DISPLAY
GRID
Command/Query
DESCRIPTION
The GRID command defines the style of the grid used in the display.
The GRID? query returns the grid style currently in use.
COMMAND SYNTAX
GRID <grid>
<grid> : = {SINGLE, DUAL, QUAD,
OCTAL,AUTO,XY,XYSINGLE,XYDUAL}
QUERY SYNTAX
GRID?
RESPONSE FORMAT
GRID <grid>
EXAMPLE (GPIB) The following instruction sets the screen display to dual grid mode:
CMD$=“GRID DUAL”: CALL IBWRT(SCOPE%,CMD$)