Downlink
SCPI Command :
MMEMory:LOAD[:CC<cc>]:TMOD:DL
- class DownlinkCls[source]
Downlink commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) str [source]
# SCPI: MMEMory:LOAD[:CC<cc>]:TMOD:DL value: str = driver.applications.k10Xlte.massMemory.load.cc.tmod.downlink.get(carrierComponent = repcap.CarrierComponent.Default)
Loads an EUTRA test model (E-TM) . The EUTRA test models are in accordance with 3GPP 36.141. You can also select an O-RAN test case with the command.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
test_model: string String that contains the name of the test model, e.g. ‘E-TM1_1__20MHz’ (E-TM1.1) . To select a test model for a different bandwidth, replace ‘20MHz’ with either ‘1_4MHz’, ‘3MHz’, ‘5MHz’, ‘10MHz’ or ‘15MHz’. Alternatively, a string that contains the name of the O-RAN test case, e.g. ‘TC 3.2.3.7.1’.
- set(test_model: str, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: MMEMory:LOAD[:CC<cc>]:TMOD:DL driver.applications.k10Xlte.massMemory.load.cc.tmod.downlink.set(test_model = 'abc', carrierComponent = repcap.CarrierComponent.Default)
Loads an EUTRA test model (E-TM) . The EUTRA test models are in accordance with 3GPP 36.141. You can also select an O-RAN test case with the command.
- param test_model
string String that contains the name of the test model, e.g. ‘E-TM1_1__20MHz’ (E-TM1.1) . To select a test model for a different bandwidth, replace ‘20MHz’ with either ‘1_4MHz’, ‘3MHz’, ‘5MHz’, ‘10MHz’ or ‘15MHz’. Alternatively, a string that contains the name of the O-RAN test case, e.g. ‘TC 3.2.3.7.1’.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)