Technical data

Table Of Contents
Waveform Commands 34
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 1127
Returned Format [:WAVeform:SOURce] {CHANnel<N> | COMMonmode<P> | DIFFerential<P>
| FUNCtion<F> | HISTogram | WMEMory<N> | CLOCk
| MTRend | MSPectrum | EQUalized | BUS<N>
| POD1 | POD2 | PODALL}<NL>
Example This example places the current selection for the waveform source in the
string variable, strSelection, then prints the contents of the variable to the
computer's screen.
Dim strSelection As String ' Dimension variable.
myScope.WriteString ":WAVeform:SOURce?"
strSelection = myScope.ReadString
Debug.Print strSelection