Reference: HP Instrument BASIC
ASP-like Commands
PRINT/PLOT Directive
This directive prints/plots the information of the present instrument page,
not the IBASIC screen. If present page is GRAPH/LIST: GRAPHICS page, the
graph is printed/plotted.
Directive syntax
PRINTPLOT
Example
EXECUTE("PRINTPLOT")
CURVE PLOT Directive
This directive changes to GRAPH/LIST: GRAPHICS page, then prints/plots the
graph.
Directive syntax
CURVEPLOT
Example
EXECUTE("CURVEPLOT")
2-37