Remote Control Commands
R&S
®
SMBV100A
556Operating Manual 1176.8016.02 ─ 17
Parameters:
<Format> ASCii | BINary | HEXadecimal | OCTal
ASCii
The register content is returned as a decimal number.
BINary
The register content is returned as a binary number. #B is
placed in front of the number.
HEXadecimal
The register content is returned as a hexadecimal number. #H is
placed in front of the number.
OCTal
The register content is returned as an octal number. #Q is
placed in front of the number.
*RST:
ASCii
Example:
FORM:SREG HEX
The register content is returned as a hexadecimal number.
7.11 HCOPy Subsystem
The HCOPy subsystem contains the commands to generate a hardcopy of the display.
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.
// ******************************************************************
// Hard copy settings
// ******************************************************************
: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 to "/usb/HCopy"
:HCOPy:FILE:NAME:AUTO:FILE:PREFix:STATe 1
HCOPy Subsystem