Interleaver<Index>
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:INTerleaver<DI>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.repcap_index_set(repcap.Index.Nr1)
- get(index=Index.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:INTerleaver<DI> value: bool = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.get(index = repcap.Index.Default)
The command activates or deactivates channel coding interleaver state 1 or 2 for the P-CCPCH. Note: The interleaver states do not cause the symbol rate to change.
- Parameters:
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Interleaver’)
- Returns:
interleaver: ON | OFF
- set(interleaver: bool, index=Index.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:INTerleaver<DI> driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.set(interleaver = False, index = repcap.Index.Default)
The command activates or deactivates channel coding interleaver state 1 or 2 for the P-CCPCH. Note: The interleaver states do not cause the symbol rate to change.
- Parameters:
interleaver – ON | OFF
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Interleaver’)
Cloning the Group
# Create a copy of the original group, that exists independently
interleaver_copy = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.clone()