Misuse
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:MISuse
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:MISuse value: bool = driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.misuse.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command activates ‘mis-’ use of the TPC field (Transmit Power Control) of the selected channel for controlling the channel powers of these channels of the specified base station. The bit pattern (see commands W3GPp:BSTation<n>:CHANnel<n>:DPCCh:TPC…) of the TPC field of each channel is used to control the channel power. A ‘1’ leads to an increase of channel powers, a ‘0’ to a reduction of channel powers. Channel power is limited to the range 0 dB to -60 dB. The step width of the change is defined with the method
RsSmw.source.bb.w3Gpp.bstation.channel.dpcch.tpc.pstep.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:
misuse: ON | OFF
- set(misuse: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:MISuse driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.misuse.set(misuse = False, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command activates ‘mis-’ use of the TPC field (Transmit Power Control) of the selected channel for controlling the channel powers of these channels of the specified base station. The bit pattern (see commands W3GPp:BSTation<n>:CHANnel<n>:DPCCh:TPC…) of the TPC field of each channel is used to control the channel power. A ‘1’ leads to an increase of channel powers, a ‘0’ to a reduction of channel powers. Channel power is limited to the range 0 dB to -60 dB. The step width of the change is defined with the method
RsSmw.source.bb.w3Gpp.bstation.channel.dpcch.tpc.pstep.set().- Parameters:
misuse – ON | OFF
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’)