Technical data

Table Of Contents
Waveform Commands 34
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 1131
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