Misuse
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:MISuse
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [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 method
RsSmw.source.bb.c2K.mstation.tpc.pstep.set().- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
misuse: 1 | ON | 0| OFF
- set(misuse: bool, mobileStation=MobileStation.Default) None[source]
# [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 method
RsSmw.source.bb.c2K.mstation.tpc.pstep.set().- Parameters:
misuse – 1 | ON | 0| OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)