Technical data

Table Of Contents
Function Commands 17
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 339
Example This example places the current state of the function 1 FFT window in the
string variable, strWND, then prints the contents of the variable to the
computer's screen.
Dim strWND As String
myScope.WriteString ":FUNCtion1:FFT:WINDow?""
strWND = myScope.ReadString
Debug.Print strWND