Power
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS: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>: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 ([:SOURce<hw>]:BB:W3GPp:POWer:ADJust) , the power is normalized to total power for all channels of 0 dB. The power ratio of the individual channels remains unchanged.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
power: float Range: -80 to 0
- set(power: float, mobileStation=MobileStation.Default) None [source]
# SCPI: [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 ([:SOURce<hw>]:BB:W3GPp:POWer:ADJust) , the power is normalized to total power for all channels of 0 dB. The power ratio of the individual channels remains unchanged.
- param power
float Range: -80 to 0
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)