DemodSetting

SCPI Command :

MMEMory:STORe<n>[:CC<cc>]:DEModsetting
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(store=Store.Default, carrierComponent=CarrierComponent.Default) str[source]
# MMEMory:STORe<n>[:CC<cc>]:DEModsetting
value: str = driver.applications.k10Xlte.massMemory.store.cc.demodSetting.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’)

set(arg_0: str, store=Store.Default, carrierComponent=CarrierComponent.Default) None[source]
# MMEMory:STORe<n>[:CC<cc>]:DEModsetting
driver.applications.k10Xlte.massMemory.store.cc.demodSetting.set(arg_0 = 'abc', 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’)