Length
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:LENGth value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.harq.length.get(cell = repcap.Cell.Default)
Sets the number of HARQ processes. This value determines the distribution of the payload in the subframes and depends on the inter-TTI distance. A minimum of three HARQ Processes are required to achieve continuous data transmission.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
length: integer Range: 1 to 8
- set(length: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:LENGth driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.harq.length.set(length = 1, cell = repcap.Cell.Default)
Sets the number of HARQ processes. This value determines the distribution of the payload in the subframes and depends on the inter-TTI distance. A minimum of three HARQ Processes are required to achieve continuous data transmission.
- Parameters:
length – integer Range: 1 to 8
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)