Remote control commands
R&S
®
SMB100B
413User Manual 1178.3711.02 ─ 08
Example:
SOURce1:AM1:DEPTh 30
SOURce1:AM1:SOURce LF1
SOURce1:AM1:STATe 1
SOURce1:FM1:DEViation 1000
SOURce1:FM1:STATe 1
// disable both modulation
SOURce1:MODulation:ALL:STATe 0
SOURce1:AM1:STATe?
// 0
SOURce1:FM1:STATe?
// 0
// enable both modulation
SOURce1:MODulation:ALL:STATe 1
SOURce1:AM1:STATe?
// 1
SOURce1:FM1:STATe?
// 1
Manual operation:
See "[Mod on/off]" on page 70
12.15.1.2 SOURce:AM subsystem
Option: R&S SMBB-K720
The AM subsystem contains the commands for setting the amplitude modulation and
also the broadband amplitude modulation.
The following examples show some variants for generating AM signals.
Example: Creating an amplitude modulated RF signal
Using the internal LF generator, the following command sequence configures an ampli-
tude modulated signal.
// Reset the instrument to start from a defined state
*RST
// Set RF frequency and amplitude
SOURce1:FREQuency:CW 6000000000
SOURce1:POWer:LEVel:IMMediate:AMPLitude -25
// Configure the modulation signal
SOURce1:LFOutput1:SHAPe SINE
SOURce1:LFOutput1:FREQuency 20000
// Configure the amplitude modulation settings and switch AM on
SOURce1:AM1:SOURce LF1
SOURce1:AM1:DEPTh 30
SOURce1:AM:RATio 40
SOURce1:AM1:DEViation:MODe UNC
SOURce1:AM1:STATe 1
SOURce subsystem