MinOffset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:MINoffset
- class MinOffsetCls[source]
MinOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:MINoffset value: int = driver.configure.signaling.nradio.cell.harq.downlink.user.minOffset.get(cell_name = 'abc')
Defines the minimum offset for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- return:
offset: No help available
- set(cell_name: str, offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:MINoffset driver.configure.signaling.nradio.cell.harq.downlink.user.minOffset.set(cell_name = 'abc', offset = 1)
Defines the minimum offset for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- param offset:
No help available