ReTx
SCPI Command :
DELete:SIGNaling:LTE:CELL:HARQ:DL:RETX
- class ReTxCls[source]
ReTx 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:RETX driver.signaling.lte.cell.harq.downlink.reTx.delete(cell_name = 'abc', index = 1, count = 1)
Removes a block of entries from the retransmission configuration.
- 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) .