RvSequence

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:RVSequence
class RvSequenceCls[source]

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

get(cell=Cell.Default) str[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:RVSequence
value: str = driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.rvSequence.get(cell = repcap.Cell.Default)

For HARQ mode set to constant NACK, sets the retransmission sequence. For HSUPA, the command is a query only.

param cell

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

return

rv_sequence: string of 30 coma-separated values The sequence length determines the maximum number of retransmissions. New data is retrieved from the data source after reaching the end of the sequence.

set(rv_sequence: str, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:RVSequence
driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.rvSequence.set(rv_sequence = 'abc', cell = repcap.Cell.Default)

For HARQ mode set to constant NACK, sets the retransmission sequence. For HSUPA, the command is a query only.

param rv_sequence

string of 30 coma-separated values The sequence length determines the maximum number of retransmissions. New data is retrieved from the data source after reaching the end of the sequence.

param cell

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