Cpower
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
cpower: float Range: -80 to 0
- set(cpower: float, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
cpower – float Range: -80 to 0
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)