Rversion
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:RETRansm:RVERsion
- class RversionCls[source]
Rversion commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, index: int, bwParts=BwParts.Default) Version[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:RETRansm:RVERsion value: enums.Version = driver.configure.signaling.nradio.cell.bwp.harq.downlink.user.retransm.rversion.get(cell_name = 'abc', index = 1, bwParts = repcap.BwParts.Default)
Selects a redundancy version for a certain retransmission, for user-defined DL 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:
version: Auto mode, redundancy version number 0 to 3.
- set(cell_name: str, index: int, version: Version, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:RETRansm:RVERsion driver.configure.signaling.nradio.cell.bwp.harq.downlink.user.retransm.rversion.set(cell_name = 'abc', index = 1, version = enums.Version.AUTO, bwParts = repcap.BwParts.Default)
Selects a redundancy version for a certain retransmission, for user-defined DL HARQ, for BWP <bb>.
- param cell_name:
No help available
- param index:
Index of the retransmission
- param version:
Auto mode, redundancy version number 0 to 3.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)