Ione
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:IONE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, channel=Channel.Default) bool[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:IONE value: bool = driver.source.bb.tdscdma.down.cell.enh.dch.dtch.ione.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.
- 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’)
- set(ione: bool, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:IONE driver.source.bb.tdscdma.down.cell.enh.dch.dtch.ione.set(ione = 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.
- Parameters:
ione – 1 | ON | 0| OFF
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’)