Power

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:POWer
class PowerCls[source]

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# SCPI: [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.

param baseStation

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

param channelNull

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

return

power: float Range: -80 to 0

set(power: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [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.

param power

float Range: -80 to 0

param baseStation

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

param channelNull

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