Tpower
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# [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 method
RsSmw.source.bb.w3Gpp.bstation.channel.power.set().- 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:
tpower: float The min/max values depend on the number of HS-PDSCH channelization codes (method
RsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.clength.set()) 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]
# [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 method
RsSmw.source.bb.w3Gpp.bstation.channel.power.set().- Parameters:
tpower – float The min/max values depend on the number of HS-PDSCH channelization codes (method
RsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.clength.set()) and are calculated as follow: min = -80 dB + 10``*log10``(NumberOfHS-PDSCHChannelizationCodes) max = 0 dB + 10``*log10``(NumberOfHS-PDSCHChannelizationCodes) Range: dynamic to dynamicbaseStation – 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’)