Technical data

Function Commands 16
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 325
:FUNCtion<N>:VERTical
Command :FUNCtion<N>:VERTical {AUTO | MANual}
The :FUNCtion<N>:VERTical command sets the vertical scaling mode of the
specified function to either AUTO or MANual.
This command also contains the following commands and queries:
OFFset
RANge
<N> An integer, 1 - 4, representing the selected function.
Query
:FUNCtion<N>:VERTical?
The :FUNCtion<N>:VERTical? query returns the current vertical scaling
mode of the specified function.
Returned Format
[:FUNCtion<N>:VERTical] {AUTO | MANual}<NL>
Example This example places the current state of the vertical tracking of function 1
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 ":FUNCTION1:VERTICAL?"
strSetting = myScope.ReadString
Debug.Print strSetting