Downlink
SCPI Command :
MMEMory:LOAD[:CC<cc>]:TMOD:DL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) str[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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]
# 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.
- Parameters:
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’.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)