Ccoding

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:STATe
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:PCCPch:CCODing:TYPE
class CcodingCls[source]

Ccoding commands group definition. 3 total commands, 1 Subgroups, 2 group commands

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

return

state: ON| OFF

get_type_py() RsSmbv.enums.CodeType[source]
# SCPI: [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.

return

type_py: BCHSfn

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

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.ccoding.clone()

Subgroups