RvSequence

SCPI Command :

ADD:SIGNaling:LTE:CELL:HARQ:DL:RVSequence
class RvSequenceCls[source]

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

set(cell_name: str, count: int = None, tb_1: List[Version] = None, tb_2: List[Version] = None, qam_64: List[Version] = None) None[source]
# SCPI: ADD:SIGNaling:LTE:CELL:HARQ:DL:RVSequence
driver.add.signaling.lte.cell.harq.downlink.rvSequence.set(cell_name = 'abc', count = 1, tb_1 = [Version.AUTO, Version.RV3], tb_2 = [Version.AUTO, Version.RV3], qam_64 = [Version.AUTO, Version.RV3])

Adds entries to the end of the RV sequences.

param cell_name:

No help available

param count:

Number of entries to be added.

param tb_1:

RV sequence for the first transport block, for QPSK and 16QAM.

param tb_2:

RV sequence for the second transport block, for QPSK and 16QAM.

param qam_64:

RV sequence for 64QAM and 256QAM, first and second transport block.