Remote Control Commands
R&S
®
SMW200A
1073User Manual 1175.6632.02 ─ 30
Figure 14-5: Composed multi-carrier signal
// ******************************************************************
// Reset the instrument first
// ******************************************************************
*RST; *CLS
// ******************************************************************
// Configuring the multi-carrier signal
// ******************************************************************
SOURce:BB:MCCW:CARRier:COUNt 100
SOURce:BB:MCCW:CARRier:SPACing 500000
// Setup 100 carriers with a spacing of 500kHz
SOURce:BB:MCCW:CLOCk?
// Return value 128000000
SOURce:BB:MCCW:CFACtor:MODE SLOW
SOURce:BB:MCCW:CFACtor 3
SOURce:BB:MCCW:CFACtor:ACTual?
// Return value 3
// ******************************************************************
// Adjust the settings of a group of carriers
// ******************************************************************
SOURce:BB:MCCW:CARRier:LIST:POWer -6,-12,-18,-12,-6,0
// Set the power levels for carriers no. 0 to 5 to -10dB,-15dB,-20dB,-15dB,-10dB,0dB
SOURce:BB:MCCW:CARRier:LIST:STATe ON,ON,ON,ON,ON,ON,OFF,ON
// Set the state of the carriers no. 0 to 7
SOURce:BB:MCCW:EDIT:CARRier:STARt 15
SOURce:BB:MCCW:EDIT:CARRier:STOP 35
SOURce:BB:MCCW:EDIT:CARRier:STATe ON
SOURce:BB:MCCW:EDIT:CARRier:POWer:STAR -10
SOURce Subsystem