Remote Control Commands
R&S
®
SGS100A
193User Manual 1173.9105.02 ─ 12
:SYSTem:EMODe EM1
// ******************************************************************
// Query the installed common assemblies and HW options
// ******************************************************************
:SYSTem:SOFTware:OPTion1:NAME?
:SYSTem:SOFTware:OPTion1:DESignation?
:SYSTem:SOFTware:OPTion1:LICenses?
:SYSTem:SOFTware:OPTion1:EXPiration?
:SYSTem:HARDware:ASSembly1:NAME?
:SYSTem:HARDware:ASSembly1:PNUMber?
:SYSTem:HARDware:ASSembly1:SNUMber?
:SYSTem:HARDware:ASSembly1:REVision?
// ******************************************************************
// Unlock the instrument
// ******************************************************************
:UNL 72349234
11.1.2 Generating an I/Q Modulated Signal
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. An external analog signal is provided at the I and Q connectors of the
instrument.
// ******************************************************************
// Reset instrument first
// ******************************************************************
*RST; *CLS
// ******************************************************************
// 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
// ******************************************************************
// Select normal operation mode
// ******************************************************************
Programming Examples