TtInterval

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TTINterval
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) TdscdmaEnhTchTti[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TTINterval
value: enums.TdscdmaEnhTchTti = driver.source.bb.tdscdma.down.cell.enh.dch.dcch.ttInterval.get(cell = repcap.Cell.Default)

Sets the number of frames into which a TCH is divided. This setting also defines the interleaver depth.

Parameters:

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

Returns:

tt_interval: 5MS | 10MS | 20MS | 40MS

set(tt_interval: TdscdmaEnhTchTti, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TTINterval
driver.source.bb.tdscdma.down.cell.enh.dch.dcch.ttInterval.set(tt_interval = enums.TdscdmaEnhTchTti._10MS, cell = repcap.Cell.Default)

Sets the number of frames into which a TCH is divided. This setting also defines the interleaver depth.

Parameters:
  • tt_interval – 5MS | 10MS | 20MS | 40MS

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