TpEnable
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:TPENable
- class TpEnableCls[source]
TpEnable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:TPENable value: bool = driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.tpEnable.get(cell_name = 'abc')
Configures the signaled ‘transformPrecoder’ for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- return:
enable_tp: ON: DFT-s-OFDM (with transform precoding) . OFF: CP-OFDM (no transform precoding) .
- set(cell_name: str, enable_tp: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:TPENable driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.tpEnable.set(cell_name = 'abc', enable_tp = False)
Configures the signaled ‘transformPrecoder’ for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- param enable_tp:
ON: DFT-s-OFDM (with transform precoding) . OFF: CP-OFDM (no transform precoding) .