Technical data

Table Of Contents
Function Commands 17
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 363
:FUNCtion<F>:VERTical
Command :FUNCtion<F>:VERTical {AUTO | MANual}
The :FUNCtion<F>: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
<F> An integer, 1-16, representing the selected function.
Query
:FUNCtion<F>:VERTical?
The :FUNCtion<F>:VERTical? query returns the current vertical scaling
mode of the specified function.
Returned Format
[:FUNCtion<F>: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