
Remote Control Commands
R&S
®
SGU100A
141
User Manual 1176.7726.02 ─ 09
// Use an arbitrary number
// Response: 1
// Request granted, i.e. the instrument is locked
// Abort program if request is refused
// ******************************************************************
// Set RF frequency and level
// ******************************************************************
:SOURce:FREQuency:CW 2 GHz
:SOURce:POWer:-10dBm
:SOURce:POWer:PEP?
// ******************************************************************
// Define and enable impairments
// Enable modulation
// ******************************************************************
:SOURce:IQ:STATe ON
:SOURce:IQ:IMPairment:STATe ON
:SOURce:IQ:IMPairment:LEAKage:I -1
:SOURce:IQ:IMPairment:LEAKage:Q 1
:SOURce:IQ:IMPairment:IQRatio: 1
:SOURce:IQ:IMPairment:QUADrature:ANGLe 2
:SOURce:IQ:CREStfactor 0.05
// ******************************************************************
// Enable output of the generated signal at the RF connector
// ******************************************************************
:OUTPut:STATe ON
:OUTPut:STATe:PON UNCH
// ******************************************************************
// Query LO frequency and power values and set LO
// ******************************************************************
:LOSCillator:FREQuency?
:LOSCillator:POWer?
// Set frequency and power on the local oscillator as required
// ******************************************************************
// Switch on the signal
// ******************************************************************
:SETTings:APPLy
// ******************************************************************
Programming Examples