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