TtInterval

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:TTINterval
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, channel=Channel.Default) TdscdmaEnhTchTti[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:TTINterval
value: enums.TdscdmaEnhTchTti = driver.source.bb.tdscdma.down.cell.enh.dch.dtch.ttInterval.get(cell = repcap.Cell.Default, channel = repcap.Channel.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’)

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

Returns:

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

set(tt_interval: TdscdmaEnhTchTti, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:TTINterval
driver.source.bb.tdscdma.down.cell.enh.dch.dtch.ttInterval.set(tt_interval = enums.TdscdmaEnhTchTti._10MS, cell = repcap.Cell.Default, channel = repcap.Channel.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’)

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