System Commands 5
DISPLAY
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response Format
EXAMPLE (GPIB)
XY_ASSIGN, XYAS
Command/Query
The XY_ASSIGN command assigns traces to the X and Y axis to
create an X versus Y display.
The XY ASSIGN? query returns the traces currently assigned to
the XY display. If there is no trace assigned to the X-axis and/or
the Y-axis the value UNDEF will be returned instead of the trace
name.
XY_ASsign <X_source>,<Y_source>
<X_source> := {EA, EB, MC, MD, FE, FF, C1, C2, C3~, C4~:}
<Y_source> := {EA, EB, MC, MD, FE, FF, C1, C2, C3~:, C4~}
XY_ASsign?
XY_ASsign <X_source>,<Y_source>
<X source> := (UNDEF, EA, EB, MC, MD, FE, FF, C1, C2,
C 3.’1:, C4~/}
<Y_source> := {UNDEF, EA, EB, MC, MD, FE, FF, C1, C2,
C3,, C4,}
The following command will assign Channel 1 to X and Channel 2
to Y.
CMDS$="XYAS C1,C2": CALL IBWRT(SCOPE%,CMDS$)
:l: 4-channel oscilloscopes only
171