Modulation

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) ModulationUl[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:MODulation
value: enums.ModulationUl = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.modulation.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)

Selects the modulation of a PUSCH allocation.

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

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

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

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

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

Returns:

modulation: CUSTom | DMRS | Q1K | QPSK | QAM16 | QAM64 | QAM256 | Q4K | Q16K | PITBpsk Note: pi/2-BPSK (PITBpsk) is only available if transform precoding is on (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.set() ) .

set(modulation: ModulationUl, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:MODulation
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.modulation.set(modulation = enums.ModulationUl.CUSTom, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)

Selects the modulation of a PUSCH allocation.

Parameters:
  • modulation – CUSTom | DMRS | Q1K | QPSK | QAM16 | QAM64 | QAM256 | Q4K | Q16K | PITBpsk Note: pi/2-BPSK (PITBpsk) is only available if transform precoding is on (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.set() ) .

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

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

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

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

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