Remote Control
R&S
®
RTM20xx
248
User Manual 1317.4726.02 ─ 01
Raw socket mode
TCPIP::<IP_address>::<IP_port>::SOCKET
The default port number for SCPI socket communication is 5025.
Example:
If the instrument has the IP address
192.1.2.3
; the valid resource string is:
TCPIP::192.1.2.3::5025::SOCKET
With host name instead of IP address:
TCPIP::<host_name>::<IP_port>::SOCKET
Example:
If the host name is
RSRT1
; the valid resource string is:
TCPIP::RSRT1::
5025::SOCKET
The end character must be set to linefeed.
15.1.3 Switching to Remote Control
When you switch on the instrument, it is always in manual operation state ("local" state)
and can be operated via the front panel.
When you send a command from the control computer, it is received and executed by
the R&S
RTM. The display remains on, manual operation via the front panel is always
possible.
15.1.4 Messages and Command Structure
15.1.4.1
Messages
Instrument messages are employed in the same way for all interfaces, if not indicated
otherwise in the description.
See also:
●
Structure and syntax of the instrument messages:
chapter 15.1.4.2, "SCPI Command
●
Detailed description of all messages:
chapter 15.2, "Command Reference"
There are different types of instrument messages, depending on the direction they are
sent:
●
Commands
●
Instrument responses
Basics