Pccpch

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:PPARameter:PCCPch:STATe
class PccpchCls[source]

Pccpch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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.

return

state: 1| ON| 0| OFF

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

param state

1| ON| 0| OFF