Modulation

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation
class ModulationCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default, codeword=Codeword.Default) RsFsw.enums.ModulationDl[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation
value: enums.ModulationDl = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.cw.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)

Selects the modulation of an allocation in a downlink 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’)

param allocation

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

param codeword

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

return

modulation: QPSK QPSK modulation QAM16 16QAM modulation QAM64 64QAM modulation QAM256 256QAM modulation Q1K 1024QAM modulation

set(modulation: RsFsw.enums.ModulationDl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default, codeword=Codeword.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation
driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.cw.modulation.set(modulation = enums.ModulationDl.Q1K, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)

Selects the modulation of an allocation in a downlink subframe.

param modulation

QPSK QPSK modulation QAM16 16QAM modulation QAM64 64QAM modulation QAM256 256QAM modulation Q1K 1024QAM modulation

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

param allocation

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

param codeword

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