Ariv
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:RETRansm:ARIV
- class ArivCls[source]
Ariv commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, index: int) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:RETRansm:ARIV value: bool = driver.configure.signaling.nradio.cell.harq.downlink.user.retransm.ariv.get(cell_name = 'abc', index = 1)
Configures auto RIV for a certain retransmission, for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- param index:
Index of the retransmission
- return:
riv: ON: Auto RIV enabled, no. of RB and start RB set automatically. OFF: Auto RIV disabled, you can define no. of RB and start RB.
- set(cell_name: str, index: int, riv: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:RETRansm:ARIV driver.configure.signaling.nradio.cell.harq.downlink.user.retransm.ariv.set(cell_name = 'abc', index = 1, riv = False)
Configures auto RIV for a certain retransmission, for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- param index:
Index of the retransmission
- param riv:
ON: Auto RIV enabled, no. of RB and start RB set automatically. OFF: Auto RIV disabled, you can define no. of RB and start RB.