Remote Control Commands
R&S
®
SGS100A
194User Manual 1173.9105.02 ─ 12
:SOURce:OPMode NORMal
// ******************************************************************
// Set RF frequency and level
// ******************************************************************
:SOURce:FREQuency:CW 2 GHz
// :SOURce:PHASe 0
// :SOURce:PHASe:REFerence
:SOURce:POWer -10dBm
:SOURce:POWer:PEP?
// ******************************************************************
// Enable internal reference frequency source
// ******************************************************************
:SOURce:ROSCillator:SOURce INTernal
// ******************************************************************
// Enable internal LO source
// ******************************************************************
:SOURce:LOSCillator:SOURce INT
// ******************************************************************
// 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
// ******************************************************************
Programming Examples