TtiDistance

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TTIDistance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [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.

Parameters:

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

Returns:

tti_distance: integer Range: 1 to 8

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

Parameters:
  • tti_distance – integer Range: 1 to 8

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