Technical data
324 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
16 Function Commands
:FUNCtion<N>:VERSus
Command :FUNCtion<N>:VERSus <operand>,<operand>
The :FUNCtion<N>: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.
<N> An integer, 1 - 4, representing the selected function.
<operand> {CHANnel<n> | DIFFerential<P> | COMMonmode<P> | FUNCtion<n> |
WMEMory<n> | <float_value> | MTRend | MSPectrum}
See the discussion of possible operands in the introduction to Chapter 16,
“Function Commands,” starting on page 287.
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"