Technical data

306 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
16 Function Commands
:FUNCtion<N>:HORizontal
Command :FUNCtion<N>:HORizontal {AUTO | MANual}
The :FUNCtion<N>:HORizontal command sets the horizontal tracking to
either AUTO or MANual.
The HORizontal command also includes the following commands and
queries, which are described on the following pages:
POSition
RANGe
<N> An integer, 1 - 4, representing the selected function.
Query
:FUNCtion<N>:HORizontal?
The :FUNCtion<N>:HORizontal? query returns the current horizontal
scaling mode of the specified function.
Returned Format
[:FUNCtion<N>:HORizontal] {AUTO | MANual}<NL>
Example This example places the current state of the function 1 horizontal tracking
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:HORIZONTAL?"
strSetting = myScope.ReadString
Debug.Print strSetting