Uplink
SCPI Command :
MMEMory:LOAD[:CC<cc>]:TMOD:UL
- class UplinkCls[source]
Uplink commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) str [source]
# SCPI: MMEMory:LOAD[:CC<cc>]:TMOD:UL value: str = driver.applications.k10Xlte.massMemory.load.cc.tmod.uplink.get(carrierComponent = repcap.CarrierComponent.Default)
Loads an O-RAN test case.
- 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 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:UL driver.applications.k10Xlte.massMemory.load.cc.tmod.uplink.set(test_model = 'abc', carrierComponent = repcap.CarrierComponent.Default)
Loads an O-RAN test case.
- param test_model
string 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’)