DemodSetting

SCPI Command :

MMEMory:LOAD[:CC<cc>]:DEModsetting
class DemodSettingCls[source]

DemodSetting commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) str[source]
# SCPI: MMEMory:LOAD[:CC<cc>]:DEModsetting
value: str = driver.applications.k10Xlte.massMemory.load.cc.demodSetting.get(carrierComponent = repcap.CarrierComponent.Default)

Restores previously saved demodulation settings. The file must be of type .allocation and depends on the link direction that was currently selected when the file was saved. You can load only files with correct link directions.

param carrierComponent

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

return

file: String containing the path and name of the file.

set(file: str, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: MMEMory:LOAD[:CC<cc>]:DEModsetting
driver.applications.k10Xlte.massMemory.load.cc.demodSetting.set(file = 'abc', carrierComponent = repcap.CarrierComponent.Default)

Restores previously saved demodulation settings. The file must be of type .allocation and depends on the link direction that was currently selected when the file was saved. You can load only files with correct link directions.

param file

String containing the path and name of the file.

param carrierComponent

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