Remote Control Commands
R&S
®
SMA100B
370
User Manual 1178.3834.02 ─ 03
Example: Creating a frequency modulated RF signal
Using the internal LF generator, the following command sequence configures a fre-
quency 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 frequency modulation settings and switch FM on
SOURce1:FM1:SOURce LF1
SOURce1:FM1:DEViation 1000
SOURce1:FM:RATio 40
SOURce1:FM:MODe LNOise
SOURce1:FM1:STATe 1
// Switch on LF and RF signal output
SOURce1:LFOutput1:STATe 1
OUTPut1:STATe 1
Example: Using an external signal source
Alternatively configure the frequency modulation settings with an external modulation
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 frequency modulation settings and switch FM on
SOURce1:FM1:SOURce EXT1
SOURce1:FM1:DEViation 5000
// Query the input sensitivity at the external modulation input
:SOURCe1:FM1:SENSitivity?
// Response: 1000
// since the voltage value for full modulation is 1V,
// the resulting sensitivity is precisely 5000 Hz/V.
// Switch on FM and RF signal output
SOURce Subsystem