Mode

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) EnhHsHarqMode[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE
value: enums.EnhHsHarqMode = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.harq.mode.get(cell = repcap.Cell.Default)

Sets the HARQ simulation mode.

Parameters:

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

Returns:

mode: CACK | CNACk CACK New data is used for each new TTI. This mode is used to simulate maximum throughput transmission. CNACk Enables NACK simulation, i.e. depending on the sequence selected with command BB:TDSC:DOWN:CELL1:ENH:DCH:HSDPA:RVS packets are retransmitted. This mode is used for testing with varying redundancy version.

set(mode: EnhHsHarqMode, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE
driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.harq.mode.set(mode = enums.EnhHsHarqMode.CACK, cell = repcap.Cell.Default)

Sets the HARQ simulation mode.

Parameters:
  • mode – CACK | CNACk CACK New data is used for each new TTI. This mode is used to simulate maximum throughput transmission. CNACk Enables NACK simulation, i.e. depending on the sequence selected with command BB:TDSC:DOWN:CELL1:ENH:DCH:HSDPA:RVS packets are retransmitted. This mode is used for testing with varying redundancy version.

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