Technical data

Table Of Contents
304 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
16 Display Commands
:DISPlay:GRATicule
Commands :DISPlay:GRATicule {GRID | FRAMe}
The :DISPlay:GRATicule command selects the type of graticule that is
displayed. Infiniium oscilloscopes have a 10- by- 8 (unit) display graticule
grid GRID), a grid line is place on each vertical and horizontal division.
When it is off (FRAMe), a frame with tic marks surrounds the graticule
edges.
Example This example sets up the oscilloscope's display background with a frame
that is separated into major and minor divisions.
myScope.WriteString ":DISPlay:GRATicule FRAMe"
Queries :DISPlay:GRATicule?
The :DISPlay:GRATicule? query returns the type of graticule currently
displayed.
Returned Format
[:DISPlay:GRATicule] {GRID | FRAMe}<NL>
Example This example places the current display graticule setting in the string
variable, strSetting, then prints the contents of the variable to the
computer's screen.
Dim strSetting As String ' Dimension variable.
myScope.WriteString ":DISPlay:GRATicule?"
strSetting = myScope.ReadString
Debug.Print strSetting
See Also ":DISPlay:GRATicule:INTensity" on page 305
":DISPlay:GRATicule:NUMBer" on page 306
":DISPlay:GRATicule:SETGrat" on page 307
":DISPlay:GRATicule:SIZE" on page 308