Technical data

Table Of Contents
432 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
23 Marker Commands
The :MARKer:X2Y2source? query returns the current source for markers
Bx and By.
Returned Format
[:MARKer:X2Y2source] {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 Bx and By
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:X2Y2source?"
strSelection = myScope.ReadString
Debug.Print strSelection