Remote Control Commands
R&S
®
SMW200A
983User Manual 1175.6632.02 ─ 16
13.18.4.5 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 SMW-K61.
Common Suffixes
The following common suffixes are used in remote commands:
Suffix Value range Description
ENTity<ch>
1 to 4 Entity in a multiple entity configuration
SOURce<ch>
[1] to 4 Available baseband signals
OUTPut<ch>
1 to 3 Available markers
You can address multiple entities configurations by using the SCPI commands starting
with the keyword SOURce or the alias commands starting with the keyword ENTity.
See also Chapter 13.3, "SCPI Command Aliases for Advanced Mode with Multiple
Entities", on page 767.
Required options
See Chapter 4.10.1, "Required Options", on page 373
Programming Examples
Generating a multi-carrier signal to test the frequency response of a DUT
// ******************************************************************
// 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 Subsystem