Pccpch
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:STATe
- class PccpchCls[source]
Pccpch commands group definition. 4 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:STATe value: bool = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.get_state()
The command activates or deactivates the enhanced state of the P-CCPCH (BCH) .
- return
state: ON| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:STATe driver.source.bb.w3Gpp.bstation.enhanced.pccpch.set_state(state = False)
The command activates or deactivates the enhanced state of the P-CCPCH (BCH) .
- param state
ON| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.clone()
Subgroups