Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 312

Table of Contents

Advertisement

Queries
Returned Format
Example
Display Commands
GRATicule
:DISPlay:GRATicule?
:DISPlay:GRATicule:INTensity?
:DISPlay:GRATicule:NUMBer?
The :DISPlay:GRATicule?, :DISPlay:GRATicule:INTensity?, and
DISPlay:GRATicule:NUMBer? queries return the type of graticule currently
displayed, the intensity, or the number of viewing areas, depending on the query
you request.
[:DISPlay:GRATicule] {GRID|FRAMe}<NL>
[:DISPlay:GRATicule:INTensity] <value><NL>
[:DISPlay:GRATicule:NUMBer] {4 | 2 | 0}<NL>
This example places the current display graticule setting in the string variable,
Setting$, then prints the contents of the variable to the computer's screen.
10
DIM Setting$[50]!Dimension variable
20
OUTPUT 707;":DISPLAY:GRATICULE?"
30
ENTER 707;Setting$
40
PRINT Setting$
50
END
14-12

Advertisement

Table of Contents
loading

Table of Contents