Misuse
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MISuse
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MISuse value: bool = driver.source.bb.w3Gpp.mstation.dpcch.tpc.misuse.get(mobileStation = repcap.MobileStation.Default)
The command activates ‘mis-’ use of the TPC field (Transmit Power Control) for controlling the channel power of the user equipment. The bit pattern (see commands :SOURce:BB:W3GPp:MSTation:DPCCh:TPC:DATA…) of the TPC field of the DPCCH 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 for the change is defined by the command method
RsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.pstep.set(). Note: ‘Mis-‘using the TPC field is available for UE2, UE3,UE4 only.- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
misuse: ON | OFF
- set(misuse: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MISuse driver.source.bb.w3Gpp.mstation.dpcch.tpc.misuse.set(misuse = False, mobileStation = repcap.MobileStation.Default)
The command activates ‘mis-’ use of the TPC field (Transmit Power Control) for controlling the channel power of the user equipment. The bit pattern (see commands :SOURce:BB:W3GPp:MSTation:DPCCh:TPC:DATA…) of the TPC field of the DPCCH 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 for the change is defined by the command method
RsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.pstep.set(). Note: ‘Mis-‘using the TPC field is available for UE2, UE3,UE4 only.- Parameters:
misuse – ON | OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)