Cpower

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPOWer
class CpowerCls[source]

Cpower commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Sets the power of the control component of the PCPCH.

param mobileStation

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

return

cpower: float Range: -80 to 0

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

Sets the power of the control component of the PCPCH.

param cpower

float Range: -80 to 0

param mobileStation

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