TtInterval

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TTINterval
class TtIntervalCls[source]

TtInterval commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) RsSmbv.enums.TdscdmaEnhTchTti[source]
# SCPI: [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.

param cell

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

return

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

set(tt_interval: RsSmbv.enums.TdscdmaEnhTchTti, cell=Cell.Default) None[source]
# SCPI: [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.

param tt_interval

5MS| 10MS| 20MS| 40MS

param cell

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