Interleaver

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:INTerleaver
class InterleaverCls[source]

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

get(transportChannelNull=TransportChannelNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:INTerleaver
value: bool = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.interleaver.get(transportChannelNull = repcap.TransportChannelNull.Default)

The command activates or deactivates channel coding interleaver state 1 for the selected channel. Interleaver state 1 can be activated and deactivated for each channel individually. The channel is selected via the suffix at TCHannel. Interleaver state 2 can only be activated or deactivated for all the channels together ([:SOURce<hw>]:BB:W3GPp:MSTation:ENHanced:DPDCh:INTerleaver2) .

param transportChannelNull

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

return

interleaver: 1| ON| 0| OFF

set(interleaver: bool, transportChannelNull=TransportChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:INTerleaver
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.interleaver.set(interleaver = False, transportChannelNull = repcap.TransportChannelNull.Default)

The command activates or deactivates channel coding interleaver state 1 for the selected channel. Interleaver state 1 can be activated and deactivated for each channel individually. The channel is selected via the suffix at TCHannel. Interleaver state 2 can only be activated or deactivated for all the channels together ([:SOURce<hw>]:BB:W3GPp:MSTation:ENHanced:DPDCh:INTerleaver2) .

param interleaver

1| ON| 0| OFF

param transportChannelNull

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