Itwo

SCPI Command :

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

Activates or deactivates the channel coding interleaver state 1 and 2 off all the transport channels. Interleaver state 1 and 2 can only be set for all the TCHs together. Activation does not change the symbol rate.

Parameters:

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

Returns:

itwo: 1 | ON | 0| OFF

set(itwo: bool, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:ITWO
driver.source.bb.tdscdma.down.cell.enh.dch.dcch.itwo.set(itwo = False, cell = repcap.Cell.Default)

Activates or deactivates the channel coding interleaver state 1 and 2 off all the transport channels. Interleaver state 1 and 2 can only be set for all the TCHs together. Activation does not change the symbol rate.

Parameters:
  • itwo – 1 | ON | 0| OFF

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