Remote Operation
Manual 20791, Rev. C, June 2001 3-33
3.3.20 Plot Command Structure
PLOT
Syntax: PLOT us modifier [us modifier] [us SRQ]
Examples: PLOT;ALL;SRQ
Full size plot of all parameters, assert SRQ when done.
PLOT;LOWR;SRQ
Plot in lower right quadrant, assert SRQ when done.
PLOT;CUSTOM;GRID;FREQ_LB;SRQ
Custom plot of grid and frequency labels only, assert SRQ when done.
PLOT;CUSTOM;SCALE
Make analyzer read new P1, P2 plotter coordinates
PLOT;CUSTOM;DEF_LOGO;NEW LOGO
Plots NEW LOGO instead of Giga-tronics logo
Modifiers: Does a full size plot with all parameters
Modifier name: ALL
Modifier syntax: ALL
Modifier Description: Does a plot in the upper left (UPL), upper right (UPR),
lower left (LOWL), or lower right (LOWR) quadrants of
the paper.
Modifier name: UPL, UPR, LOWL, or LOWR
Modifier syntax: UPL, UPR, LOWL, or LOWR
Modifier Description: Does a special plot of trace only (SP_TRACE), labels
only (SP_LABEL), or frequencies only (SP_FREQ).
Modifier name: SP_TRACE, SP_LABEL, or SP_FREQ
Modifier syntax: SP_TRACE, SP_LABEL, or SP_FREQ
Modifier Description: Asserts GPIB SRQ at the end of a plot. The system
controller would normally use an interrupt service
routine to take action once the analyzer asserts SRQ.
An SRQ can be cleared by doing a GPIB serial poll of
the analyzer.
Modifier name: SRQ
Modifier Description: Does a custom plot with user defined features. The
modifier CUSTOM should be followed by a set of modifi-
ers that define the custom plot (see examples next
page).