Moffset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:MOFFset
- class MoffsetCls[source]
Moffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, index: int, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:MOFFset value: int = driver.configure.signaling.nradio.cell.bwp.harq.uplink.user.retransm.moffset.get(cell_name = 'abc', index = 1, bwParts = repcap.BwParts.Default)
Minimum number of slots between feedback processing and sending the retransmission DCI, for BWP <bb>.
- param cell_name:
No help available
- param index:
Index of the retransmission
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
minimum_offset: No help available
- set(cell_name: str, index: int, minimum_offset: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:MOFFset driver.configure.signaling.nradio.cell.bwp.harq.uplink.user.retransm.moffset.set(cell_name = 'abc', index = 1, minimum_offset = 1, bwParts = repcap.BwParts.Default)
Minimum number of slots between feedback processing and sending the retransmission DCI, for BWP <bb>.
- param cell_name:
No help available
- param index:
Index of the retransmission
- param minimum_offset:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)