PRINt
Command :SYSTem:PRINt {ALL|PARTial,<start>,<end>},

DISK,<pathname>

:SYSTem:PRINt SCReen{BTIF|CTIF|PCX|EPS},

DISK,<pathname>

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 black & white, CTIF and PCX format is color. If a file
extension is not specified, one is appended automatically to the file name.
The PRINT PARTIAL option allows you to specify a START and END state
number.
<pathname> A string of up to 10 alphanumeric characters for LIF in the following form:
NNNNNNNNNN when the file resides in the present working directory, or a
string of up to 64 alphanumeric characters for DOS in the following 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 instuctrion prints the screen to the printer:
OUTPUT XXX;":SYSTEM:PRINT SCREEN"
This instruction prints all, to a file named STATE:
OUTPUT 707;": SYSTEM:PRINT ALL, DISK,STATE"
This instruction prints partial data to a file named LIST.
OUTPUT 707;": 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
10–10