Power

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:POWer
value: float = driver.source.bb.w3Gpp.bstation.channel.power.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the channel power relative to the powers of the other channels. This setting also determines the starting power of the channel for Misuse TPC, Dynamic Power Control and the power control sequence simulation of OCNS mode 3i channels. With the command SOURce:BB:W3GPp:POWer:ADJust, the power of all the activated channels is adapted so that the total power corresponds to 0 dB. This does not change the power ratio among the individual channels.

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

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

Returns:

power: float Range: -80 to 0

set(power: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:POWer
driver.source.bb.w3Gpp.bstation.channel.power.set(power = 1.0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the channel power relative to the powers of the other channels. This setting also determines the starting power of the channel for Misuse TPC, Dynamic Power Control and the power control sequence simulation of OCNS mode 3i channels. With the command SOURce:BB:W3GPp:POWer:ADJust, the power of all the activated channels is adapted so that the total power corresponds to 0 dB. This does not change the power ratio among the individual channels.

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

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

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