HP (Hewlett-Packard) 16501A Sander User Manual


 
Example This instruction prints the screen to the printer:
OUTPUT XXX;":SYSTEM:PRINT SCREEN"
This instruction prints the entire state listing to a file named STATE:
OUTPUT 707;":SYSTEM:PRINT ALL, DISK,’STATE’"
This instruction prints part of a listing to disk:
OUTPUT XXX;":SYSTEM:PRINT PARTIAL,-9,30,DISK, ’LISTING’,INT0"
This instruction prints a black-and-white TIF file to the hard drive:
OUTPUT XXX;":SYSTEM:PRINT SCREEN, DISK, ’PICTURE’, INT0, BTIF"
Query :SYSTem:PRINt? {SCReen|ALL}
The PRINt query sends the screen or listing buffer data over the current
CONTROLLER communication interface to the controller.
The print query should NOT be sent in conjunction with any other command
or query on the same command line. The print query never returns a header.
Also, since response data from a print query may be sent directly to a printer
without modification, the data is not returned in block mode.
PRINT? ALL is only available in menus that have the "Print All" option available
on the front panel. For more information, refer to the
HP 16500C Logic Analysis
System User’s Reference
.
Example OUTPUT 707;":SYSTEM:PRINT? SCREEN"
SYSTem Subsystem
PRINt
11–11