Technical data

Table Of Contents
Function Commands 17
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 335
:FUNCtion<F>:FFT:REFerence
Command :FUNCtion<F>:FFT:REFerence {DISPlay | TRIGger}
The :FUNCtion<F>:FFT:REFerence command sets the reference point for
calculating the FFT phase function.
<F> An integer, 1-16, representing the selected function.
Example This example sets the reference point to DISPlay.
myScope.WriteString ":FUNCTION1:FFT:REFERENCE DISPLAY"
Query :FUNCtion<F>:FFT:REFerence?
The :FUNCtion<F>:FFT:REFerence? query returns the currently selected
reference point for the FFT phase function.
Returned Format
[:FUNCtion<F>:FFT:REFerence] {DISPlay | TRIGger}<NL>
Example This example places the current state of the function 1 FFT reference
point in the string variable, strREF, then prints the contents of the
variable to the computer's screen.
Dim strREF As String
myScope.WriteString ":FUNCTION1:FFT:REFERENCE?"
strREF = myScope.ReadString
Debug.Print strREF