Network operation and remote control
R&S
®
SGS100A
177User Manual 1173.9105.02 ─ 13
Figure 12-1: Remote control interfaces, protocols and libraries
The following examples give an overview of the dependencies between the available
libraries, the possible interfaces and protocols, and whether an instrument driver is pro-
vided. The involved parts are highlighted.
●
Remote control program using VISA
Figure 12-2: Remote control program using VISA
Protocol Remote control program
Socket
viOpen (..., "TCPIP:rssgs100a100010::5025::SOCKET", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
VXI-11
viOpen (..., "TCPIP:rssgs100a100010::inst0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
HiSLIP
viOpen (..., "TCPIP:rssgs100a100010::hislip0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
USBTMC
viOpen (..., "USB::0x0aad::0x0088::1000010::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
●
Remote control program using instrument driver (VISA available)
Remote control interfaces and protocols