![Rohde & Schwarz SMM100A User Manual Download Page 803](http://html.mh-extra.com/html/rohde-and-schwarz/smm100a/smm100a_user-manual_1477939803.webp)
Remote control commands
R&S
®
SMM100A
803
User Manual 1179.1341.02 ─ 05
// ******************************************************************
// Load a standardized 3GPP downlink test model, e.g. "Test Model 1 16 Channels"
SOURce1:BB:W3GPp:SETTing:TMODel:BSTation "Test_Model_1_16channels"'
// Confirm that the standardized 3GPP downlink test model is currently selected
SOURce1:BB:W3GPp:SETTing:TMODel:BSTation?
// "Test_Model_1_16channels"
// Enable the generation of 3GPP FDD signal
SOURce1:BB:W3GPp:STATe ON
// Generate a 3GPP FDD ARB waveform file with name "3gpp_arb"
// store the waveform in the default directory ("/var/user")
SOURce1:BB:W3GPp:WAVeform:CREate "3gpp_arb"
// ******************************************************************
// Configure a multi carrier scenario with 4 carriers
// and carrier spacing of 5 MHz
// Activate the carriers
// ******************************************************************
SOURce1:BB:ARBitrary:MCARrier:CARRier:COUNt 4
SOURce1:BB:ARBitrary:MCARrier:CARRier:SPACing 5 MHz
SOURce1:BB:ARBitrary:MCARrier:CARRier1:STATe ON
SOURce1:BB:ARBitrary:MCARrier:CARRier2:STATe ON
SOURce1:BB:ARBitrary:MCARrier:CARRier3:STATe ON
SOURce1:BB:ARBitrary:MCARrier:CARRier4:STATe ON
// ******************************************************************
// Select and load the waveform file "3gpp_arb" to all 4 carriers
// (the file "3gpp_arb" is in default directory)
// ******************************************************************
SOURce1:BB:ARBitrary:MCARrier:CARRier1:FILE "3gpp_arb"
SOURce1:BB:ARBitrary:MCARrier:CARRier2:FILE "3gpp_arb"
SOURce1:BB:ARBitrary:MCARrier:CARRier3:FILE "3gpp_arb"
SOURce1:BB:ARBitrary:MCARrier:CARRier4:FILE "3gpp_arb"
// ******************************************************************
// Trigger the signal caulation and load the waveform in the ARB generator
// ******************************************************************
// Define the file name of the multi carrier output file, e.g. "3gpp_mc"
SOURce1:BB:ARBitrary:MCARrier:OFILe "3gpp_mc"
// Create and load the multi carrier waveform file in the ARB generator
SOURce1:BB:ARBitrary:MCARrier:CLOad
// Alternatively: create the multi carrier waveform and
// load it subsequently in the ARB generator
// SOURce1:BB:ARBitrary:MCARrier:CREate
// SOURce1:BB:ARBitrary:WAVeform:SELect"3gpp_mc"
// Activate the ARB generator
SOURce1:BB:ARBitrary:STATe ON
// ******************************************************************
// Use the save/recall function.
// ******************************************************************
// Query available settings files in a specified directory
SOURce subsystem