TpRecoding
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TPRecoding
- class TpRecodingCls[source]
TpRecoding commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) Waveform[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TPRecoding value: enums.Waveform = driver.configure.signaling.nradio.cell.pusch.tpRecoding.get(cell_name = 'abc')
Defines which type of OFDM the UE must use for the PUSCH, for the initial BWP.
- param cell_name:
No help available
- return:
waveform: CP: CP-OFDM (no transform precoding) . DTFS: DFT-s-OFDM (with transform precoding) .
- set(cell_name: str, waveform: Waveform) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TPRecoding driver.configure.signaling.nradio.cell.pusch.tpRecoding.set(cell_name = 'abc', waveform = enums.Waveform.CP)
Defines which type of OFDM the UE must use for the PUSCH, for the initial BWP.
- param cell_name:
No help available
- param waveform:
CP: CP-OFDM (no transform precoding) . DTFS: DFT-s-OFDM (with transform precoding) .