Network Operation and Remote Control
R&S
®
SMA100B
356User Manual 1178.3834.02 ─ 05
Figure 12-4: Application using instrument driver (VISA available)
Protocol Remote control program
Socket
rssma_init ("TCPIP:SMA100B-102030::5025::SOCKET", ...)
rssma_SetFrequency (..., 2e9)
VXI-11
rssma_init ("TCPIP:SMA100B-102030::inst0::INSTR", ...)
rssma_SetFrequency (..., 2e9)
HiSLIP
rssma_init ("TCPIP:SMA100B-102030::hislip0::INSTR", ...)
rssma_SetFrequency (..., 2e9)
USBTMC
rssma_init ("USB::0x0AAD::0x01DD::100001::INSTR", ...)
rssma_SetFrequency (..., 2e9)
GPIB
rssma_init ("GPIB::28::INSTR", ...)
rssma_SetFrequency (..., 2e9)
●
Remote control program using instrument driver (VISA not available)
Figure 12-5: Remote control program using instrument driver (VISA not available)
Remote Control Programs and Libraries