Modulation

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc: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.ModulationUl[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:MODulation
value: enums.ModulationUl = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation of an uplink allocation.

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

set(modulation: RsFsw.enums.ModulationUl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:MODulation
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.modulation.set(modulation = enums.ModulationUl.PSK8, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation of an uplink allocation.

param modulation

QPSK | QAM16 | QAM64 | QAM256

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’)