Technical data

Table Of Contents
308 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
16 Display Commands
:DISPlay:GRATicule:SIZE
Commands :DISPlay:GRATicule:SIZE {STANdard | EXTended | MAXimized | MINimized}
The :DISPlay:GRATicule:SIZE command sets the graticule size.
The opposite effect of this command is to size the Measurements tab. This
is, to get the biggest Measurements tab area, you minimize the graticule
size.
Example This example sets the extended graticule size.
myScope.WriteString ":DISPlay:GRATicule:SIZE EXTended"
Queries :DISPlay:GRATicule:SIZE?
The :DISPlay:GRATicule:SIZE? query returns the graticule size.
Returned Format
[:DISPlay:GRATicule:SIZE]
{STANdard | EXTended | MAXimized | MINimized}<NL>
Example This example places the current graticule size 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:SIZE?"
strSetting = myScope.ReadString
Debug.Print strSetting
See Also ":DISPlay:GRATicule" on page 304
":DISPlay:GRATicule:INTensity" on page 305
":DISPlay:GRATicule:NUMBer" on page 306
":DISPlay:GRATicule:SETGrat" on page 307