Network Operation and Remote Control
R&S
®
SMA100B
253
User Manual 1178.3834.02 ─ 03
11.3.2 Possible Setups and Access Functions
The following examples give an overview of dependencies between the available libra-
ries, the possible interfaces and protocols, and whether an instrument driver is provi-
ded. The involved parts are
highlighted
. For more information, see the application
1GP72: Connectivity of Rohde&Schwarz Signal Generators
●
Remote control (application) program using VISA
Figure 11-3: Application program using VISA
Protocol
Remote control program
Socket
viOpen (..., "TCPIP:SMA100B-102030::5025::SOCKET", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
VXI-11
viOpen (..., "TCPIP:SMA100B-102030::inst0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
HiSLIP
viOpen (..., "TCPIP:SMA100B-102030::hislip0::INSTR", ...)
viPrintf (..., "SOUR:FREQ 2GHz\n")
USBTMC
viOpen (..., "USB::0x0AAD::0x01DD::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