Technical data

Table Of Contents
Display Commands 16
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 305
:DISPlay:GRATicule:INTensity
Commands :DISPlay:GRATicule:INTensity <intensity_value>
You can dim the grid's intensity or turn the grid off to better view
waveforms that might be obscured by the graticule lines using the
:DISPlay:GRATicule:INTensity command. Otherwise, you can use the grid to
estimate waveform measurements such as amplitude and period.
When printing, the grid intensity control does not affect the hard copy. To
remove the grid from a printed hard copy, you must turn off the grid
before printing.
<intensity
_value>
A integer from 0 to 100, indicating the percentage of grid intensity.
Example This example sets the graticule intensity to 50%.
myScope.WriteString ":DISPlay:GRATicule:INTensity 50"
Queries :DISPlay:GRATicule:INTensity?
The :DISPlay:GRATicule:INTensity? query returns the intensity.
Returned Format
[:DISPlay:GRATicule:INTensity] <value><NL>
Example This example places the current graticule intensity 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:INTensity?"
strSetting = myScope.ReadString
Debug.Print strSetting
See Also ":DISPlay:GRATicule" on page 304
":DISPlay:GRATicule:NUMBer" on page 306
":DISPlay:GRATicule:SETGrat" on page 307
":DISPlay:GRATicule:SIZE" on page 308