Remote Control Commands
R&S
®
SMBV100B
779User Manual 1178.4460.02 ─ 03
Parameters:
<Source> INTernal
*RST: INTernal
Example: See Example "Managing waveform files" on page 738.
Manual operation: See "Clock Source" on page 115
12.16.4.4 SOURce:BB:MCCW Subsystem
This subsystem contains the commands for setting the Multi-Carrier CW signals.
The generation of multi-carrier CW signals requires an instrument equipped with the
software options R&S SMBVB-K61.
Common Suffixes
The following common suffixes are used in remote commands:
Suffix Value range Description
SOURce<ch>
1 Available baseband signals
OUTPut<ch>
1 to 3 Available markers
Required options
See Chapter 3.9.1, "Required Options", on page 241
Programming Examples
Generating a multi-carrier signal to test the frequency response of a DUT
// ******************************************************************
// Reset the instrument first
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Configuring and enabling the multi-carrier signal
// ******************************************************************
SOURce:BB:MCCW:CARRier:COUNt 81
SOURce:BB:MCCW:CARRier:SPACing 1E6
// Set the number of carriers and their distance
// Further settings stay in default state (for example trigger settings)
SOURce:BB:MCCW:STATe ON
// Enable signal generation
OUTPut ON
// Enable the signal output
SOURce Subsystem