Remote Control
R&S
®
ZNC
342
User Manual 1173.9557.02 ─ 13
,
The comma separates several parameters of a command.
?
The question mark forms a query.
*
The asterisk marks a common command.
', "
Quotation marks introduce a string and terminate it.
#
The hash sign # introduces binary, octal, hexadecimal and block data.
Binary: #B10110
Octal: #O7612
Hexadecimal: #HF3A7
Block: #21312
A "white space" (ASCII-Code 0 to 9, 11 to 32 decimal, e.g. blank) separates header and
parameter.
5.3 Basic Remote Control Concepts
The functionality of the network analyzer's remote control commands has been defined
in close analogy to the menu commands and control elements of the graphical user
interface (GUI). The basic concepts of recall sets, traces, channels, and diagram areas
remain valid in remote control. Moreover, all commands follow SCPI syntax rules, and
SCPI-confirmed commands have been used whenever possible. These principles largely
simplify the development of remote control scripts.
The GUI and the remote control command set both aim at maximum operating conven-
ience. In manual control this generally means that the control elements are easy to find
and intuitive to handle, and that the effect of each operation is easy to verify on the screen.
Convenient remote control operation depends on a simple and systematic program syn-
tax and on a predictable instrument state; the display of results is secondary.
These differences suggest the peculiarities in the analyzer's remote control concept dis-
cussed in the following sections.
5.3.1 Traces, Channels, and Diagram Areas
Like in manual control, traces can be assigned to a channel and displayed in diagram
areas (see section Traces, Channels and Diagram Areas in Chapter 3). There are two
main differences between manual and remote control:
●
A trace can be created without being displayed on the screen.
●
A channel must not necessarily contain a trace. Channel and trace configurations are
independent of each other.
The following frequently used commands create and delete traces, channels, and dia-
gram areas:
Basic Remote Control Concepts