Remote Control Commands
R&S
®
SMA100B
366
User Manual 1178.3834.02 ─ 03
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
12.15.1.2
SOURce:AM Subsystem
Option: R&S
SMAB-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:STATe 1
// Switch on LF and RF signal output
SOURce Subsystem