User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
GRID
Description
The GRID command defines the style of the grid used in the display.
The GRID? query returns the grid style currently in use.
The grid value must correspond to a grid style available on your oscilloscope. See your product datasheet,
XStreamBrowser, or the oscilloscope Display Setup dialog for options.
Command Syntax
GRID <grid>
<grid>:= {AUTO, SINGLE, DUAL, QUAD, OCTAL, XY, XYSINGLE, XYDUAL, TANDEM, QUATTRO,
TWELVE, SIXTEEN, TRIPLE, HEX}
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$)
6-77