Nohp
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:NOHP
- class NohpCls[source]
Nohp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:NOHP value: int = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.nohp.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the signaled ‘nrofHARQ-Processes’ 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:
no_harq: No help available
- set(cell_name: str, no_harq: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:NOHP driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.nohp.set(cell_name = 'abc', no_harq = 1, bwParts = repcap.BwParts.Default)
Configures the signaled ‘nrofHARQ-Processes’ for UL configured grant, for BWP <bb>.
- param cell_name:
No help available
- param no_harq:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)