GETPLOT
Get Plot

GETPLOT

Get Plot

Initiates output of the spectrum analyzer display to the active plotter port.
GETPLOT
is meant
to be used within a downloadable program.
Syntax
XGETPLOT
Item Description/Default
Number
Any real or integer number.
R=u3e
Number within
the plotter
Related Commands: FUNCDEF, GETPRNT, SNGLS, TS, PLTPRT.
Restrictions: Not available with Analog+ display mode. See “ANLGPLUS” for more
information.
Example for the HP-IB Interface
This example illustrates how you can use a softkey to plot the spectrum analyzer display, and
then have the plotter perform a page feed. (Not all plotters support the page feed command,
however.) This example assumes that the plotter is at address 5 and the spectrum analyzer is at
address 18. (This example is only valid for HP 9000 series 200 and 300 computers.)
OUTPUT
718;"FUNCDEF
P-LOT,%";
OUTPUT
718."GETPLOT*"-
,
,
#
OUTPUT
718;"OUTPUT
5,B,80;";
OUTPUT 718;"OUTPUT
5,B,71;";
OUTPUT
718;"OUTPUT
5,B,59;";
OUTPUT
718;"%;"
OUTPUT
718;"KEYDEF
l,P-LOT,%PLOT
PGIFEED
%;
Creates a user-o!@nedjimction called
P-LOT.
P-LOTperforms
the GETPLOTcom-
mand to plot the spectrum anu-
ly.247.r
screen.
P-LOT then sends the ASCII
code
for
“P”
to the plotter:
P-LOT then sends the ASCII code
for
“G”
to the plotter
P-LOT then sends the ASCII
code
for a semicolon to the plotter:
Ends the FUNCDEF declaration.
Assigns P-LOT to soflkey number
1.
SojZkey
number 1 can be ac-
cessed
bypressingC~EAS/USER),
User
?ktntzrs.
LOCAL 718
Programming Commands
5-217