Power

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, channel=Channel.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:POWer
value: float = driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.power.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command sets the power of the selected E-DPDCH channel.

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

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)

Returns:

power: float Range: -80 dB to 0 dB

set(power: float, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:CHANnel<CH>:DPDCh:E:POWer
driver.source.bb.w3Gpp.mstation.hsupa.channel.dpdch.e.power.set(power = 1.0, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command sets the power of the selected E-DPDCH channel.

Parameters:
  • power – float Range: -80 dB to 0 dB

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

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)