Interleaver
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:INTerleaver
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:INTerleaver value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.interleaver.get(channelNull = repcap.ChannelNull.Default, 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 transport channel individually. The channel is selected via the suffix at TCHannel. Interleaver state 2 can only be activated or deactivated for all the transport channels together (method
RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.interleaver2.set()) . Note: The interleaver states do not cause the symbol rate to change.- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- Returns:
interleaver: ON | OFF
- set(interleaver: bool, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:INTerleaver driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.interleaver.set(interleaver = False, channelNull = repcap.ChannelNull.Default, 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 transport channel individually. The channel is selected via the suffix at TCHannel. Interleaver state 2 can only be activated or deactivated for all the transport channels together (method
RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.interleaver2.set()) . Note: The interleaver states do not cause the symbol rate to change.- Parameters:
interleaver – ON | OFF
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)