DemodSetting

SCPI Command :

MMEMory:LOAD[:CC<cc>]:DEModsetting
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) str[source]
# 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.

Parameters:

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

Returns:

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

set(file: str, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:
  • file – String containing the path and name of the file.

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