Technical data

Waveform Commands 32
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 903
Example This example returns the current view setting to the string variable,
strSetting, then prints the contents of the variable to the computer's
screen.
Dim strSetting As String ' Dimension variable.
myScope.WriteString ":WAVEFORM:VIEW?"
strSetting = myScope.ReadString
Debug.Print strSetting