Cc<CarrierComponent>
SCPI Command :
MMEMory:LOAD:TMODel[:CC<cc>]
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
- get(carrierComponent=CarrierComponent.Default) str[source]
# MMEMory:LOAD:TMODel[:CC<cc>] value: str = driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.get(carrierComponent = repcap.CarrierComponent.Default)
Loads an test model (NR-FR-TM) as defined by 3GPP (38.141-1 / -2) . 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 containing the name of the test model (file name) . Alternatively, a string that contains the name of the O-RAN test case, e.g. ‘ORAN-FR1-TC32311__FDD_5MHZ_15KHZ’.
- set(test_model: str, carrierComponent=CarrierComponent.Default) None[source]
# MMEMory:LOAD:TMODel[:CC<cc>] driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.set(test_model = 'abc', carrierComponent = repcap.CarrierComponent.Default)
Loads an test model (NR-FR-TM) as defined by 3GPP (38.141-1 / -2) . You can also select an O-RAN test case with the command.
- Parameters:
test_model – String containing the name of the test model (file name) . Alternatively, a string that contains the name of the O-RAN test case, e.g. ‘ORAN-FR1-TC32311__FDD_5MHZ_15KHZ’.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
Cloning the Group
# Create a copy of the original group, that exists independently
cc_copy = driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.clone()