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