Modulation

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation
class ModulationCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) RsFsw.enums.ModulationDl[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation
value: enums.ModulationDl = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation type for an MBSFN subframe.

param carrierComponent

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

param subframe

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

return

modulation: QPSK | QAM16 | QAM64 | QAM256 | Q1K

set(modulation: RsFsw.enums.ModulationDl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation
driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.modulation.set(modulation = enums.ModulationDl.Q1K, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation type for an MBSFN subframe.

param modulation

QPSK | QAM16 | QAM64 | QAM256 | Q1K

param carrierComponent

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

param subframe

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