Moffset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL: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) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:UL:USER:RETRansm:MOFFset value: int = driver.configure.signaling.nradio.cell.harq.uplink.user.retransm.moffset.get(cell_name = 'abc', index = 1)
Minimum number of slots between feedback processing and sending the retransmission DCI, for the initial BWP.
- param cell_name:
No help available
- param index:
Index of the retransmission
- return:
minimum_offset: No help available
- set(cell_name: str, index: int, minimum_offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:UL:USER:RETRansm:MOFFset driver.configure.signaling.nradio.cell.harq.uplink.user.retransm.moffset.set(cell_name = 'abc', index = 1, minimum_offset = 1)
Minimum number of slots between feedback processing and sending the retransmission DCI, for the initial BWP.
- param cell_name:
No help available
- param index:
Index of the retransmission
- param minimum_offset:
No help available