Ppower

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(mobileStation=MobileStation.Default) float[source]
# [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.

Parameters:

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

Returns:

ppower: float Range: -80 to 0

set(ppower: float, mobileStation=MobileStation.Default) None[source]
# [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.

Parameters:
  • ppower – float Range: -80 to 0

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

Cloning the Group

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

Subgroups