Network Operation and Remote Control
R&S
®
SMW200A
782User Manual 1175.6632.02 ─ 30
Hostname syntax changed
The remote control program examples in this section address an instrument via its
hostname. It affects all commands using ..., "TCPIP:<hostname>::...", ...).
From FW version 3.20.200.xx, the syntax of the hostname was modified. Hostname
follows the syntax SMW200A-<serial number>, whereas the former syntax was
rssmw200a<serial number>.
●
Remote control (application) program using VISA
Figure 13-3: Application program using VISA
Protocol Remote control program
Socket
viOpen (..., "TCPIP:SMW200A-102030::5025::SOCKET", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
VXI-11
viOpen (..., "TCPIP:SMW200A-102030::inst0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
HiSLIP
viOpen (..., "TCPIP:SMW200A-102030::hislip0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
USBTMC
viOpen (..., "USB::0x0AAD::0x0092::100001::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
GPIB
viOpen (..., "GPIB::28::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
●
Remote control program using instrument driver (VISA available)
Remote Control Programs and Libraries