Power

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh: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>:DPDCh:POWer
value: float = driver.source.bb.w3Gpp.mstation.dpdch.power.get(mobileStation = repcap.MobileStation.Default)

Sets the channel power of the DPDCHs. The power entered is 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 a total power for all channels of 0 dB. The power ratios of the individual channels remains unchanged. Note: The uplink channels are not blanked in this mode (duty cycle 100%) .

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>:DPDCh:POWer
driver.source.bb.w3Gpp.mstation.dpdch.power.set(power = 1.0, mobileStation = repcap.MobileStation.Default)

Sets the channel power of the DPDCHs. The power entered is 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 a total power for all channels of 0 dB. The power ratios of the individual channels remains unchanged. Note: The uplink channels are not blanked in this mode (duty cycle 100%) .

param power

float Range: -80 to 0

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)