Nohp

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:NOHP
class NohpCls[source]

Nohp commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:NOHP
value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.nohp.get(cell_name = 'abc')

Configures the signaled ‘nrofHARQ-Processes’ for DL SPS scheduling, for the initial BWP.

param cell_name:

No help available

return:

no_harq: No help available

set(cell_name: str, no_harq: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:NOHP
driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.nohp.set(cell_name = 'abc', no_harq = 1)

Configures the signaled ‘nrofHARQ-Processes’ for DL SPS scheduling, for the initial BWP.

param cell_name:

No help available

param no_harq:

No help available