Remote control commands
R&S
®
SGS100A
277User Manual 1173.9105.02 ─ 13
Manual operation: See "PEP" on page 74
[:SOURce]:POWer:RANGe:LOWer?
[:SOURce]:POWer:RANGe:UPPer?
Queries the minimum/maximum level range in the current level mode
Return values:
<Upper> float
Usage: Query only
Manual operation: See "Level Range" on page 100
13.18 SOURce:PULM Subsystem
This subsystem contains the commands for setting the pulse modulation.
Programming Examples
Example: Performing pulse modulation
This example shows a command sequence to perform pulse modulation.
// ******************************************************************
// Reset the instrument to start from an initial state
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Set the RF signal frequency and level
// ******************************************************************
SOURce:FREQuency:CW 4000000000
SOURce:POWer:LEVel:IMMediate:AMPLitude -25
// ******************************************************************
// Configure the pulse modulation settings
// ******************************************************************
// Select the internal modulation generator
SOURce:PULM:SOURce INT
// Set trigger mode
SOURce:PULM:TRIGger:MODE AUTO
// Select pulse mode
SOURce:PULM:MODE DOUB
// ******************************************************************
// Alternatively configure the pulse modulation settings for
// external modulation source
// ******************************************************************
SOURce:PULM Subsystem