DemodSetting
SCPI Command :
MMEMory:STORe<n>[:CC<cc>]:DEModsetting
- class DemodSettingCls[source]
DemodSetting commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(store=Store.Default, carrierComponent=CarrierComponent.Default) str [source]
# SCPI: 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.
- 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
arg_0: No help available
- set(arg_0: str, store=Store.Default, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param arg_0
No help available
- 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’)