Technical data

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