Remote Control Commands
R&S
®
SMW200A
1125User Manual 1175.6632.02 ─ 30
// ******************************************************************
// Address and reset the first instrument
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Configure the oscillator signal of the first instrument
// ******************************************************************
SOURce:FREQuency 5 GHz
SOURce:FREQuency:LOSCillator:MODe INTernal
SOURce:FREQuency:LOSCillator:OUTPut:STATe ON
SOURce:FREQuency:LOSCillator:OUTPut:FREQuency?
// Response: 1000000000
// ******************************************************************
// Address and reset the second instrument, e.g. a R&S SMW
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Configure the oscillator signal of the second instrument
// ******************************************************************
SOURce1:FREQuency 5 GHz
SOURce1:FREQuency:LOSCillator:MODe ECOupled
SOURce1:FREQuency:LOSCillator:OUTPut:STATe ON
// ******************************************************************
// If the attenuation between the interconnection LO OUT and LO IN is
// greater than 1 dB at the oscillator frequency,
// we recommend that you perform the LO level adjustment
// ******************************************************************
:CALibration:LOSCillator:Coupling:LOCAL?
// ******************************************************************
// Address and reset the third instrument
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Configure the oscillator signal of the third next instrument
// ******************************************************************
SOURce:FREQuency 5 GHz
SOURce:FREQuency:LOSCillator:MODe EXTernal
SOURce:FREQuency:LOSCillator:OUTPut:STATe OFF
// ******************************************************************
// If the attenuation between the interconnection LO OUT and LO IN is
// greater than 1 dB at the oscillator frequency,
// we recommend that you perform the LO level adjustment
// ******************************************************************
:CALibration:LOSCillator:Coupling:LOCAL?
SOURce Subsystem