Ariv

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:ARIV
class ArivCls[source]

Ariv commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str, index: int, bwParts=BwParts.Default) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:ARIV
value: bool = driver.configure.signaling.nradio.cell.bwp.harq.uplink.user.retransm.ariv.get(cell_name = 'abc', index = 1, bwParts = repcap.BwParts.Default)

Configures auto RIV for a certain retransmission, for user-defined UL HARQ, 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:

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, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:UL:USER:RETRansm:ARIV
driver.configure.signaling.nradio.cell.bwp.harq.uplink.user.retransm.ariv.set(cell_name = 'abc', index = 1, riv = False, bwParts = repcap.BwParts.Default)

Configures auto RIV for a certain retransmission, for user-defined UL HARQ, for BWP <bb>.

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.

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)