Technical data

Table Of Contents
306 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
16 Display Commands
:DISPlay:GRATicule:NUMBer
Commands :DISPlay:GRATicule:NUMBer {1 |2|4|8|16}
You can divide the waveform viewing area from one area into two, four,
eight, or sixteen separate viewing areas using the
:DISPlay:GRATicule:NUMBer command. This lets you separate waveforms
without having to adjust the vertical position controls.
Example This example sets up two viewing areas.
myScope.WriteString ":DISPlay:GRATicule:NUMBer 2"
Queries :DISPlay:GRATicule:NUMBer?
The :DISPlay:GRATicule:NUMBer? query returns the the number of viewing
areas.
Returned Format
[:DISPlay:GRATicule:NUMBer {1|2|4|8|16}<NL>
Example This example places the current number of viewing areas 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:NUMBer?"
strSetting = myScope.ReadString
Debug.Print strSetting
See Also ":DISPlay:GRATicule" on page 304
":DISPlay:GRATicule:INTensity" on page 305
":DISPlay:GRATicule:SETGrat" on page 307
":DISPlay:GRATicule:SIZE" on page 308