Mpedch

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:MPEDch
class MpedchCls[source]

Mpedch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class MpedchStruct[source]

Response structure. Fields:

  • Enable: bool: Disables | enables the limit check.

  • Nom_Max_Power: float: Nominal maximum UE power.

  • Upper_Limit: float: Upper limit = nominal power + this value.

  • Lower_Limit: float: Lower limit = nominal power + this value.

get() MpedchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:MPEDch
value: MpedchStruct = driver.configure.wcdmaMeas.tpc.limit.mpedch.get()

Configures UE power limits for the measurement mode Max. Power E-DCH.

return:

structure: for return value, see the help for MpedchStruct structure arguments.

set(enable: bool, nom_max_power: float, upper_limit: float, lower_limit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:MPEDch
driver.configure.wcdmaMeas.tpc.limit.mpedch.set(enable = False, nom_max_power = 1.0, upper_limit = 1.0, lower_limit = 1.0)

Configures UE power limits for the measurement mode Max. Power E-DCH.

param enable:

Disables | enables the limit check.

param nom_max_power:

Nominal maximum UE power.

param upper_limit:

Upper limit = nominal power + this value.

param lower_limit:

Lower limit = nominal power + this value.