Example

Query

Example

SYSTem Subsystem

PRINt

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"

:SYSTem:PRINt? {SCReenALL}

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.

OUTPUT 707;":SYSTEM:PRINT? SCREEN"

11–11