Network and Remote Control Operation
R&S
®
SGT100A
278
User Manual 1176.8674.02 ─ 07
Figure 10-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 10-2: Remote control program using VISA
Protocol
Remote control program
Socket
viOpen (..., "TCPIP:rssgt100a100010::5025::SOCKET", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
VXI-11
viOpen (..., "TCPIP:rssgt100a100010::inst0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
HiSLIP
viOpen (..., "TCPIP:rssgt100a100010::hislip0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
USBTMC
viOpen (..., "USB::0x0aad::0x00EC::1000010::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
●
Remote control program using instrument driver (VISA available)
Remote Control Interfaces and Protocols