Mode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) RsSmbv.enums.EnhHsHarqMode [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE value: enums.EnhHsHarqMode = driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.harq.mode.get(cell = repcap.Cell.Default)
Sets the HARQ simulation mode.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
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: RsSmbv.enums.EnhHsHarqMode, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:HARQ:MODE driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.harq.mode.set(mode = enums.EnhHsHarqMode.CACK, cell = repcap.Cell.Default)
Sets the HARQ simulation mode.
- param 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.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)