Misuse
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:MISuse
- class MisuseCls[source]
Misuse commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:MISuse value: bool = driver.source.bb.w3Gpp.bstation.channel.fdpch.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 command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:FDPCh:DPCCh:TPC:DATA:PATTern) 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 command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:FDPCh:DPCCh:TPC:PSTep.
- 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
misuse: ON| OFF
- set(misuse: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:MISuse driver.source.bb.w3Gpp.bstation.channel.fdpch.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 command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:FDPCh:DPCCh:TPC:DATA:PATTern) 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 command [:SOURce<hw>]:BB:W3GPp:BSTation<st>:CHANnel<ch0>:FDPCh:DPCCh:TPC:PSTep.
- param misuse
ON| OFF
- 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’)