Power
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POWer value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.power.get(mobileStation = repcap.MobileStation.Default)
Sets the channel power in dB. The power is set relative to the powers of the other channels. If ‘Adjust Total Power to 0 dB’ is executed (method
RsSmw.source.bb.w3Gpp.power.adjust.set()) , the power is normalized to total power for all channels of 0 dB. The power ratio of the individual channels remains unchanged.- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
power: float Range: -80 to 0
- set(power: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:POWer driver.source.bb.w3Gpp.mstation.dpcch.hs.power.set(power = 1.0, mobileStation = repcap.MobileStation.Default)
Sets the channel power in dB. The power is set relative to the powers of the other channels. If ‘Adjust Total Power to 0 dB’ is executed (method
RsSmw.source.bb.w3Gpp.power.adjust.set()) , the power is normalized to total power for all channels of 0 dB. The power ratio of the individual channels remains unchanged.- Parameters:
power – float Range: -80 to 0
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)