PRINt
Command :SYSTem:PRINt ALL[,DISK, <pathname>[,<msus>]]

:SYSTem:PRINt PARTial,<start>,<end>

[,DISK, <pathname>[,<msus>]]

:SYSTem:PRINt SCReen[,DISK, <pathname> [,<msus>],

{BTIF|CTIF|PCX|EPS}]

The PRINt command initiates a print of the screen or listing buffer over the
current PRINTER communication interface to the printer or to a file on the
disk. The PRINT SCREEN option allows you to specify a graphics type.
BTIF format is a black & white TIFF version 5.0, CTIF and PCX formats are
grayscale, and EPS is a line drawing in encapsulated PostScript format. If a
file extension is not specified, one is appended automatically to the file name.
The PRINT PARTIAL option allows you to specify a ST ART and END state
number. To print a straight TIFF (not BTIF) file you must use the print
screen command and copy the file to a disk.
<pathname> A string of up to 10 alphanumeric characters for LIF in the form
NNNNNNNNNN when the file resides in the present working directory, or a
string of up to 64 alphanumeric characters for DOS in the forms
NNNNNNNN.NNN or \NAME_DIR\FILENAME when the file does not reside
in the present working directory.
<start>, <end> An integer specifying a state number.
Example This instruction prints the screen to the printer:
OUTPUT XXX;":SYSTEM:PRINT SCREEN"
This instruction prints all, to a file named STATE:
OUTPUT XXX;":SYSTEM:PRINT ALL, DISK,’STATE’"
This instruction prints partial data to a file named LIST.
OUTPUT XXX;":SYSTEM:PRINT PARTIAL,-9,30, DISK,’list’
Query :SYSTem:PRINt? {SCReen|ALL}
The PRINt? query sends the screen or listing buffer data over the current
CONTROLLER communication interface to the controller.
SYSTem Subsystem
PRINt
11–10