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