Cc<CarrierComponent>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.applications.k14Xnr5G.massMemory.store.demodSetting.cc.repcap_carrierComponent_get()
driver.applications.k14Xnr5G.massMemory.store.demodSetting.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)

SCPI Command :

MMEMory:STORe<n>: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

get(store=Store.Default, carrierComponent=CarrierComponent.Default) str[source]
# SCPI: MMEMory:STORe<n>:DEModsetting[:CC<cc>]
value: str = driver.applications.k14Xnr5G.massMemory.store.demodSetting.cc.get(store = repcap.Store.Default, carrierComponent = repcap.CarrierComponent.Default)

Saves the signal description.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

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

set(filename: str, store=Store.Default, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: MMEMory:STORe<n>:DEModsetting[:CC<cc>]
driver.applications.k14Xnr5G.massMemory.store.demodSetting.cc.set(filename = 'abc', store = repcap.Store.Default, carrierComponent = repcap.CarrierComponent.Default)

Saves the signal description.

param filename

String containing the path and name of the file. The file extension is .allocation.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

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