Itwo
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:ITWO
- class ItwoCls[source]
Itwo commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, channel=Channel.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:ITWO value: bool = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.itwo.get(cell = repcap.Cell.Default, channel = repcap.Channel.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.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- return
itwo: 1| ON| 0| OFF
- set(itwo: bool, cell=Cell.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:ITWO driver.source.bb.tdscdma.up.cell.enh.dch.dtch.itwo.set(itwo = False, cell = repcap.Cell.Default, channel = repcap.Channel.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.
- param itwo
1| ON| 0| OFF
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)