Remote Control Commands
R&S
®
SGS100A
196User Manual 1173.9105.02 ─ 12
:SYSTem:COMMunicate:NETWork:IPADdress?
// Response: 10.113.11.91
:SYSTem:COMMunicate:NETWork:IPADdress:SUBNet:MASK?
//Response: 255.255.0.0
:SYSTem:COMMunicate:NETWork:IPADdress:GATeway?
//Response: 10.113.0.1
// ******************************************************************
// Changing network settings
// ******************************************************************
:SYSTem:PROTect1:STATe OFF,123456
// :SYSTem:COMMunicate:NETWork:COMMon:HOSTname "mySGS"
// :SYSTem:COMMunicate:NETWork:IPADdress:MODE STATic
// :SYSTem:COMMunicate:NETWork:IPADdress 9.8.7.6
:SYSTem:COMMunicate:NETWork:RESTart
// ******************************************************************
// Unlock the instrument
// ******************************************************************
:UNL 72349234
11.1.4 Advanced Task for Optimizing Performance
In the following example we assume that a remote PC is connected to the instrument,
the remote PC and the instrument are switched on and a connection between them is
established.
// ******************************************************************
// Reset instrument first
// ******************************************************************
*RST; *CLS
// :SYSTem:PRESet
// :RESTart
// :SYSTem:FPReset
// ******************************************************************
// Lock the instrument to the controller
// ******************************************************************
:LOCK? 72349234
// Lock instrument to avoid interference by other controllers
// Use an arbitrary number
// Response: 1
// Request granted, i.e. the instrument is locked
// Abort program if request is refused
Programming Examples