Modulation

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>[:CW<cw>]:MODulation
class ModulationCls[source]

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

get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, allocation=Allocation.Default, codeword=Codeword.Default) RsFsw.enums.PuschModulationB[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>[:CW<cw>]:MODulation
value: enums.PuschModulationB = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.cw.modulation.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)

Selects the modulation of a PDSCH allocation.

param carrierComponent

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

param frame

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

param bwPart

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

param slot

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

param allocation

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

param codeword

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

return

modulation: DMRS | Q1K | QPSK | QAM16 | QAM64 | QAM256

set(modulation: RsFsw.enums.PuschModulationB, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, allocation=Allocation.Default, codeword=Codeword.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>[:CW<cw>]:MODulation
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.cw.modulation.set(modulation = enums.PuschModulationB.DMRS, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)

Selects the modulation of a PDSCH allocation.

param modulation

DMRS | Q1K | QPSK | QAM16 | QAM64 | QAM256

param carrierComponent

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

param frame

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

param bwPart

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

param slot

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

param allocation

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

param codeword

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