TpRecoding

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:TPRecoding
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) bool[source]
# 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. 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.

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# 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. 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.

Parameters:
  • state – ON | OFF | 1 | 0

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