Misuse
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:MISuse
- class MisuseCls[source]
Misuse commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:MISuse value: bool = driver.source.bb.c2K.mstation.tpc.misuse.get(mobileStation = repcap.MobileStation.Default)
The command activates/deactives the use of the power control data for controlling the mobile station output power. On the uplink, the power control bits are used exclusively for controlling the mobile station output power. Power control puncturing is not defined for controlling the base station power. The bit pattern (see commands BB:C2K:MSTation<n>:TPC… ) of the power control bits w 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 -80 dB. The step width of the change is defined with the command [:SOURce<hw>]:BB:C2K:MSTation<st>:TPC:PSTep.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
misuse: 1| ON| 0| OFF
- set(misuse: bool, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:MISuse driver.source.bb.c2K.mstation.tpc.misuse.set(misuse = False, mobileStation = repcap.MobileStation.Default)
The command activates/deactives the use of the power control data for controlling the mobile station output power. On the uplink, the power control bits are used exclusively for controlling the mobile station output power. Power control puncturing is not defined for controlling the base station power. The bit pattern (see commands BB:C2K:MSTation<n>:TPC… ) of the power control bits w 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 -80 dB. The step width of the change is defined with the command [:SOURce<hw>]:BB:C2K:MSTation<st>:TPC:PSTep.
- param misuse
1| ON| 0| OFF
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)