Pccpch

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:PPARameter:PCCPch:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:PPARameter:PCCPch:STATe
value: bool = driver.source.bb.tdscdma.down.pparameter.pccpch.get_state()

Defines, if P-CCPCH is used in the scenario or not. If P-CCPCH is used, both P-CCPCHs are activated in slot 0 with spreading code 0+1.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:PPARameter:PCCPch:STATe
driver.source.bb.tdscdma.down.pparameter.pccpch.set_state(state = False)

Defines, if P-CCPCH is used in the scenario or not. If P-CCPCH is used, both P-CCPCHs are activated in slot 0 with spreading code 0+1.

Parameters:

state – 1 | ON | 0| OFF