Technical data

Table Of Contents
362 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
17 Function Commands
:FUNCtion<F>:VERSus
Command :FUNCtion<F>:VERSus <operand>,<operand>
The :FUNCtion<F>:VERSus command defines a function for an X-versus-Y
display. The first operand defines the Y axis and the second defines the X
axis. The Y- axis range and offset are initially equal to that of the first
operand, and you can adjust them with the RANGe and OFFSet commands
in this subsystem.
<F> An integer, 1-16, representing the selected function.
<operand> {CHANnel<n> | DIFF<P> | COMMonmode<P> | FUNCtion<F> |
WMEMory<n> | <float_value> | MTRend | MSPectrum}
See the discussion of possible operands in the introduction to Chapter 17,
“Function Commands,” starting on page 321.
Example This example defines function 1 as an X- versus-Y display. Channel 1 is the
X axis and waveform memory 2 is the Y axis.
myScope.WriteString ":FUNCTION1:VERSUS WMEMORY2,CHANNEL1"