Cc<CarrierComponent>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.applications.k14Xnr5G.massMemory.load.demodSetting.cc.repcap_carrierComponent_get()
driver.applications.k14Xnr5G.massMemory.load.demodSetting.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
SCPI Command :
MMEMory:LOAD:DEModsetting[: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
- set(filename: str, load_items: Optional[List[RsFsw.enums.LowerLimit]] = None, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: MMEMory:LOAD:DEModsetting[:CC<cc>] driver.applications.k14Xnr5G.massMemory.load.demodSetting.cc.set(filename = 'abc', load_items = [LowerLimit.ACLR, LowerLimit.SEM], carrierComponent = repcap.CarrierComponent.Default)
Restores the signal description.
- param filename
String containing the path and name of the file. The file extension is .allocation.
- param load_items
No help available
- 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.demodSetting.cc.clone()