Misuse

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh: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: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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:PSTep. Note: ‘Mis-‘using the TPC field is available for UE2, UE3,UE4 only.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return

misuse: ON| OFF

set(misuse: bool, mobileStation=MobileStation.Default) None[source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:PSTep. Note: ‘Mis-‘using the TPC field is available for UE2, UE3,UE4 only.

param misuse

ON| OFF

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)