Cc<CarrierComponent>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.repcap_carrierComponent_get()
driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
SCPI Command :
MMEMory:LOAD:TMODel[:CC<cc>]
- class CcCls[source]
Cc commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: CarrierComponent, default value after init: CarrierComponent.Nr1
- get(carrierComponent=CarrierComponent.Default) str [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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]
# SCPI: 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.
- param 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’.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.massMemory.load.tmodel.cc.clone()