Tpower

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TPOWer
class TpowerCls[source]

Tpower 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>:HSDPa:HSET:TPOWer
value: float = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tpower.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the total power of the HS-PDSCH channels in the H-Set. The individual power levels of the HS-PDSCHs are calculated automatically and can be queried with the command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:POWer.

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

tpower: float The min/max values depend on the number of HS-PDSCH channelization codes ([:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:HSET:CLENgth) and are calculated as follow: min = -80 dB + 10*log10(NumberOfHS-PDSCHChannelizationCodes) max = 0 dB + 10*log10(NumberOfHS-PDSCHChannelizationCodes) Range: dynamic to dynamic

set(tpower: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TPOWer
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tpower.set(tpower = 1.0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the total power of the HS-PDSCH channels in the H-Set. The individual power levels of the HS-PDSCHs are calculated automatically and can be queried with the command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:POWer.

param tpower

float The min/max values depend on the number of HS-PDSCH channelization codes ([:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:HSET:CLENgth) and are calculated as follow: min = -80 dB + 10*log10(NumberOfHS-PDSCHChannelizationCodes) max = 0 dB + 10*log10(NumberOfHS-PDSCHChannelizationCodes) Range: dynamic to dynamic

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’)