RvSequence

SCPI Command :

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

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

delete(cell_name: str, index: int, count: int = None) None[source]
# SCPI: DELete:SIGNaling:LTE:CELL:HARQ:DL:RVSequence
driver.signaling.lte.cell.harq.downlink.rvSequence.delete(cell_name = 'abc', index = 1, count = 1)

Removes a block of entries from the RV sequences.

param cell_name:

No help available

param index:

Index of the first entry to be removed (lowest index is 0) .

param count:

Number of entries to be removed (default is 1) .