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