Interleaver<Index>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.repcap_index_get()
driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.repcap_index_set(repcap.Index.Nr1)
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:INTerleaver<DI>
- class InterleaverCls[source]
Interleaver commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1
- get(index=Index.Default) bool [source]
# SCPI: [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.
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Interleaver’)
- return
interleaver: ON| OFF
- set(interleaver: bool, index=Index.Default) None [source]
# SCPI: [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.
- param interleaver
ON| OFF
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Interleaver’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.interleaver.clone()