TtiDistance
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TTIDistance
- class TtiDistanceCls[source]
TtiDistance 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:HSDPA:TTIDistance value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.ttiDistance.get(cell = repcap.Cell.Default)
Sets the inter-TTI distance. The inter-TTI is the distance between two packets in HSDPA packet mode and determines whether data is sent each TTI or there is a DTX transmission in some of the TTIs. An inter-TTI distance of 1 means continuous generation.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
tti_distance: integer Range: 1 to 8
- set(tti_distance: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TTIDistance driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.ttiDistance.set(tti_distance = 1, cell = repcap.Cell.Default)
Sets the inter-TTI distance. The inter-TTI is the distance between two packets in HSDPA packet mode and determines whether data is sent each TTI or there is a DTX transmission in some of the TTIs. An inter-TTI distance of 1 means continuous generation.
- param tti_distance
integer Range: 1 to 8
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)