HP 4155A/4156A SCPI Programming
Programming: Print/Plot Operation
270 UNTIL BIT(Hpib_status,6)
280 DISP "Done"
290 END
Line Number Description
10 Assigns I/O path to control HP 4155A/4156A from external computer.
20 Sets the HP-IB address of external computer. This will be necessary to
return Active Controller capability from HP 4155A/4156A back to the
computer.
40 Resets HP 4155A/4156A
50 Species to pass Active Controller capability back to external computer
after printing is completed.
70 Loads measurement setup data from diskette le
SWP.MES
.
90 to 110 Executes measurement and waits until completed.
130 Selects HP-IB interface. If serial interface, change the parameter to ''SER''.
150 Changes page to GRAPH/LIST: GRAPHICS page.
170 to 210 Sends screen dump command and waits for Active Controller request
from HP 4155A/4156A.
230 Passes Active Controller capability to HP 4155A/4156A, then HP
4155A/4156A starts printing.
250 and 270 Waits until printing is complete.
4-44