Technical data

Table Of Contents
430 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
23 Marker Commands
The :MARKer:X1Y1source? query returns the current source for markers
Ax and Ay.
Returned Format
[:MARKer:X1Y1source] {CHANnel<N> | COMMonmode<P> | DIFFerential<P>
| FUNCtion<F> | WMEMory<N> | CLOCk | MTRend | MSPectrum | EQUalized
| HISTogram | DIGital<M> | BUS<N>}<NL>
Example This example returns the current source selection for the Ax and Ay
markers to the string variable, strSelection, then prints the contents of the
variable to the computer's screen.
Dim strSelection As String ' Dimension variable.
myScope.WriteString ":MARKer:X1Y1source?"
strSelection = myScope.ReadString
Debug.Print strSelection