Rsequence

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:RSEQuence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) str[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:RSEQuence
value: str = driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.rsequence.get(cell = repcap.Cell.Default)

(for ‘HSUPA’ and ‘HARQ Mode’ set to constant NACK) Sets the retransmission sequence.

Parameters:

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

Returns:

rsequence: string

set(rsequence: str, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:RSEQuence
driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.rsequence.set(rsequence = 'abc', cell = repcap.Cell.Default)

(for ‘HSUPA’ and ‘HARQ Mode’ set to constant NACK) Sets the retransmission sequence.

Parameters:
  • rsequence – string

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