Cc<CarrierComponent>

SCPI Command :

MMEMory:LOAD:DEModsetting[:CC<cc>]
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.applications.k14Xnr5G.massMemory.load.demodSetting.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
set(filename: str, load_items: List[LowerLimit] = None, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:
  • filename – String containing the path and name of the file. The file extension is .allocation.

  • 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.demodSetting.cc.clone()