Technical data

274 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
15 Display Commands
Returned Format [:DISPlay:GRATicule] {GRID | FRAMe}<NL>
[:DISPlay:GRATicule:INTensity] <value><NL>
[:DISPlay:GRATicule:NUMBer {1|2|4}<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