Cc<CarrierComponent>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.applications.k14Xnr5G.massMemory.store.demodSetting.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
get(store=Store.Default, carrierComponent=CarrierComponent.Default) str[source]
# 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.

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

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

Returns:

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]
# 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.

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

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

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