Remote Control Basics
R&S
®
SMU200A
462Operating Manual 1007.9845.32 ─ 15
The socket address is a combination of the IP address or the host name of the R&S
SMU and the number of the port configured for remote-control via telnet.
Tip: The R&S SMU uses the port number 5025 for remote connection via Telnet.
The connection to the instrument is set up and remote-control commands can be
sent.
2. Even if the cursor is not visible on the screen, enter blind a remote-control command
and confirm with Enter.
After the first remote-control command had been send, the instrument is in the
"REMOTE" state, i.e. instrument control from the front panel or via mouse and key-
board is disabled and "REMOTE" is displayed in the status line.
TcpClient program examples
The following program example shows a simple TcpClient class that is intended to explain
on how to get started with programming of sockets.
The example sets up a socket communication to R&S SMU and opens a simple user
interface, very similar to the telnet, which allows input of commands. To enable real
automation, further development of the program is required.
Starting a Remote Control Session