TpRecoding

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:TPRecoding
class TpRecodingCls[source]

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

get(carrierComponent=CarrierComponent.Default) bool[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:TPRecoding
value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.get(carrierComponent = repcap.CarrierComponent.Default)
Turns transform precoding on and off.

INTRO_CMD_HELP: Effects of this command

  • When you turn on transform precoding after a preset, the FSW automatically changes the relative power of the PUSCH DMRS to 3 dB, according to 3GPP 38.214.

param carrierComponent

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

return

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:TPRecoding
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns transform precoding on and off.

INTRO_CMD_HELP: Effects of this command

  • When you turn on transform precoding after a preset, the FSW automatically changes the relative power of the PUSCH DMRS to 3 dB, according to 3GPP 38.214.

param state

ON | OFF | 1 | 0

param carrierComponent

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