Ppower

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer
class PpowerCls[source]

Ppower commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer
value: float = driver.source.bb.w3Gpp.mstation.pcpch.ppower.get(mobileStation = repcap.MobileStation.Default)

Sets the power of the preamble component of the PCPCH. If the preamble is repeated and the power increased with each repetition, this setting specifies the power achieved during the last repetition.

param mobileStation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return:

ppower: float Range: -80 to 0

set(ppower: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer
driver.source.bb.w3Gpp.mstation.pcpch.ppower.set(ppower = 1.0, mobileStation = repcap.MobileStation.Default)

Sets the power of the preamble component of the PCPCH. If the preamble is repeated and the power increased with each repetition, this setting specifies the power achieved during the last repetition.

param ppower:

float Range: -80 to 0

param mobileStation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.pcpch.ppower.clone()

Subgroups