RvSequence

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:RVSequence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) str[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:RVSequence
value: str = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.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.

Parameters:

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

Returns:

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]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:RVSequence
driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.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.

Parameters:
  • 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.

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