- Home / EEZ Bench Box 3 / SCPI reference manual / 5. Subsystem command reference /
- 5.6. HCOPy
The Hardcopy commands are used to print the entire display to a specified file rather than “printing” to an external device.
SCPI command |
Description |
HCOPy |
|
Initiates hardcopy output |
|
Sets the hardcopy destination |
|
Initiates hardcopy output |
Syntax |
HCOPy:DESTination {<destination>} |
Description |
Not implemented yet
This command sets the hardcopy destination. The destination is always set to MMEMory (i.e. SD Card). This command is included only for compatibility with the SCPI standard. The destination file on the mass memory device is specified by the MMEMory:NAME command. |
Usage example |
HCOPY:DEST MMEM |
Related Commands |
MMEMory:CLOSe MMEMory:NAME MMEMory:OPEN |
Syntax |
HCOPy[:IMMediate] |
Description |
Not implemented yet
This command immediately initiates hardcopy output according to the current HCOPy setup parameters. This command is the same as HCOPy:SDUMp[:IMMediate]. |
Usage example |
MMEM:NAME "sample1.png" MMEM:OPEN HCOP:DEST "MMEM" HCOP MMEM:CLOS |
Related Commands |
HCOPy:DESTination HCOPy:SDUMp[:IMMediate] |
5.6.3. HCOPy:SDUMp[:IMMediate]
Syntax |
HCOPy:SDUMp[:IMMediate] |
Description |
Not implemented yet
This command initiates a screen dump of the entire TFT display’s screen, and is the same as the HCOPy[:IMMediate] command. |
Usage example |
MMEM:NAME "sample2.png" MMEM:OPEN HCOP:DEST "MMEM" HCOP:SDUM MMEM:CLOS |
Related Commands |
HCOPy:DESTination HCOPy[:IMMediate] |