Ccoding

SCPI Commands :

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

Ccoding commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:PCPCh:CCODing:STATe
value: bool = driver.source.bb.w3Gpp.mstation.enhanced.pcpch.ccoding.get_state()

The command activates or deactivates channel coding for the PCPCH. When channel coding is active, the symbol rate is limited to the range between 15 and 120 ksps. Values above this limit are automatically set to 120 ksps.

return

state: ON| OFF

get_type_py() RsSmbv.enums.ChanCodTypeEnhPcpc[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:PCPCh:CCODing:TYPE
value: enums.ChanCodTypeEnhPcpc = driver.source.bb.w3Gpp.mstation.enhanced.pcpch.ccoding.get_type_py()

The command selects the channel coding scheme in accordance with the 3GPP specification.

return

type_py: TB168| TB360 TB168 CPCH RMC (TB size 168 bits) TB360 CPCH RMC (TB size 360 bits)

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:PCPCh:CCODing:STATe
driver.source.bb.w3Gpp.mstation.enhanced.pcpch.ccoding.set_state(state = False)

The command activates or deactivates channel coding for the PCPCH. When channel coding is active, the symbol rate is limited to the range between 15 and 120 ksps. Values above this limit are automatically set to 120 ksps.

param state

ON| OFF

set_type_py(type_py: RsSmbv.enums.ChanCodTypeEnhPcpc) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:PCPCh:CCODing:TYPE
driver.source.bb.w3Gpp.mstation.enhanced.pcpch.ccoding.set_type_py(type_py = enums.ChanCodTypeEnhPcpc.TB168)

The command selects the channel coding scheme in accordance with the 3GPP specification.

param type_py

TB168| TB360 TB168 CPCH RMC (TB size 168 bits) TB360 CPCH RMC (TB size 360 bits)