Length
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA: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:UP:CELL<ST>:ENH:DCH:HSDPA:HARQ:LENGth value: int = driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.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:UP:CELL<ST>:ENH:DCH:HSDPA:HARQ:LENGth driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.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’)