Ccoding

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:STATe
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:TYPE
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:STATe
value: bool = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.get_state()

The command activates or deactivates channel coding for the enhanced P-CCPCH. The coding scheme of the P-CCPCH (BCH) is defined in the standard.

Returns:

state: ON | OFF

get_type_py() CodeType[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:TYPE
value: enums.CodeType = driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.get_type_py()

The command queries the channel coding scheme in accordance with the 3GPP specification. The coding scheme of the P-CCPCH (BCH) is defined in the standard. The channel is generated automatically with the counting system frame number (SFN) . The system information after the SFN field is completed from the selected data source.

Returns:

type_py: BCHSfn

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:STATe
driver.source.bb.w3Gpp.bstation.enhanced.pccpch.ccoding.set_state(state = False)

The command activates or deactivates channel coding for the enhanced P-CCPCH. The coding scheme of the P-CCPCH (BCH) is defined in the standard.

Parameters:

state – ON | OFF

Cloning the Group

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

Subgroups