TpRecoding
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TPRecoding
- class TpRecodingCls[source]
TpRecoding commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) Waveform[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TPRecoding value: enums.Waveform = driver.configure.signaling.nradio.cell.bwp.pusch.tpRecoding.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Defines which type of OFDM the UE must use for the PUSCH, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
waveform: CP: CP-OFDM (no transform precoding) . DTFS: DFT-s-OFDM (with transform precoding) .
- set(cell_name: str, waveform: Waveform, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TPRecoding driver.configure.signaling.nradio.cell.bwp.pusch.tpRecoding.set(cell_name = 'abc', waveform = enums.Waveform.CP, bwParts = repcap.BwParts.Default)
Defines which type of OFDM the UE must use for the PUSCH, for BWP <bb>.
- param cell_name:
No help available
- param waveform:
CP: CP-OFDM (no transform precoding) . DTFS: DFT-s-OFDM (with transform precoding) .
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)