Length

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:HARQ:LENGth
class LengthCls[source]

Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) int[source]
# SCPI: [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.

param cell

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

return

length: integer Range: 1 to 8

set(length: int, cell=Cell.Default) None[source]
# SCPI: [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.

param length

integer Range: 1 to 8

param cell

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