Power
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:POWer value: float = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.power.get(mobileStation = repcap.MobileStation.Default)
The command sets the power of the E-DPCCH channel.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
power: float Range: -80 dB to 0 dB
- set(power: float, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:POWer driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.power.set(power = 1.0, mobileStation = repcap.MobileStation.Default)
The command sets the power of the E-DPCCH channel.
- param power
float Range: -80 dB to 0 dB
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)