Remote control commands
R&S
®
SMM100A
690
User Manual 1179.1341.02 ─ 05
PACKed
Transfers numerical data as binary block data.
The format within the binary data depends on the command.
The various binary data formats are explained in the description
of the parameter types.
*RST:
ASCii
Example:
:FORM ASC
transfers the data as ASCII data.
13.11
HCOPy subsystem
The
HCOPy
subsystem contains the commands to generate and save a hard copy of
the display.
To access a stored hard copy file, use the commands of the
MEMM
subsystem.
Example: Store a hard copy of the display
The following example lists commands to configure and execute a hard copy to an
automatic named file.
:HCOPy:DEVice:LANGuage PNG
:HCOPy:FILE:NAME:AUTO:STATe 1
// defines the output format
// sets the instrument to automatically create output file names
// ******************************************************************
// Configure hard copy options, set automatic naming rules
// An automatically generated file name consists of:
// <Prefix><YYYY><MM><DD><Number>.<Format>
// ******************************************************************
:HCOPy:DEVice:LANGuage BMP
// defines output format *.bmp
:HCOPy:REGion DIALog
// selects the region to be copied
:HCOPy:FILE:AUTO:DIR "/usb/HCopy"
// sets destination directory of automatic named file
:HCOPy:FILE:NAME:AUTO:FILE:PREFix:STATe 1
:HCOPy:FILE:NAME:AUTO:FILE:PREFix:"hardcopy"
:HCOPy:FILE:NAME:AUTO:FILE:YEAR:STATe 1
:HCOPy:FILE:NAME:AUTO:FILE:MONTh:STATe 1
// uses automatic naming prefix
// sets automatic naming prefix to "hardcopy"
// uses automatic naming date parameters year and month
// ******************************************************************
HCOPy subsystem