Remote control commands
R&S
®
SGS100A
216User Manual 1173.9105.02 ─ 13
// ******************************************************************
// Define and enable impairments
// Enable modulation
// ******************************************************************
SOURce:IQ:IMPairment:LEAKage:I -1
SOURce:IQ:IMPairment:LEAKage:Q 1
SOURce:IQ:IMPairment:IQRatio:MAGNitude 1
// Sets the gain imbalance to 1 %
SOURce:IQ:IMPairment:IQRatio:MAGNitude?
// Response: 0.087 dB
SOURce:IQ:IMPairment:QUADrature:ANGLe 2
SOURce:IQ:WBSTate ON
SOURce:IQ:CREStfactor 0.05
SOURce:IQ:IMPairment:STATe ON
SOURce:IQ:STATe ON
// ******************************************************************
// Enable output of the generated signal at the RF connector
// ******************************************************************
OUTPut:STATe ON
// ******************************************************************
// Unlock the instrument
// ******************************************************************
UNL 72349234
13.1.3 Adjusting network and remote channel settings
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
// ******************************************************************
// Lock the instrument to the controller
// ******************************************************************
:LOCK? 72349234
// Lock instrument to avoid interference by other controllers
// Use an arbitrary number
Programming examples