Pccpch

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:STATe
Commands in total: 4
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [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) .

Returns:

state: ON | OFF

set_state(state: bool) None[source]
# [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) .

Parameters:

state – ON | OFF

Cloning the Group

# Create a copy of the original group, that exists independently
pccpch_copy = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.clone()

Subgroups