Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 876

Table of Contents

Advertisement

Query
Returned Format
Example
Waveform Commands
SOURce
:WAVeform:SOURce?
The :WAVeform:SOURce? query returns the currently selected waveform
source.
[:WAVeform:SOURce] {CHANnel<N> | FUNCtion<N> | HISTogram |
POD1 |POD2 | PODALL | WMEMory<N>}<NL>
This example places the current selection for the waveform source in the string
variable, Selection$, then prints the contents of the variable to the computer's
screen.
10
DIM Selection$[50]!Dimension variable
20
OUTPUT 707;":WAVEFORM:SOURCE?"
30
ENTER 707;Selection$
40
PRINT Selection$
50
END
30-54

Advertisement

Table of Contents
loading

Table of Contents