UserDefined

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:UDEFined
class UserDefinedCls[source]

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

class UserDefinedStruct[source]

Response structure. Fields:

  • Nominal_Max_Power: float: Nominal maximum output power of the UE

  • Upper_Limit: float: Tolerance value for too high maximum UE power

  • Lower_Limit: float: Tolerance value for too low maximum UE power

get() UserDefinedStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:UDEFined
value: UserDefinedStruct = driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.userDefined.get()

Sets the user-defined maximum output power limits for the Inner Loop Power Control mode. To activate the usage of this limit set, see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.Tpc.Limit.IlpControl.MaxPower.set.

return:

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

set(nominal_max_power: float, upper_limit: float, lower_limit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:UDEFined
driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.userDefined.set(nominal_max_power = 1.0, upper_limit = 1.0, lower_limit = 1.0)

Sets the user-defined maximum output power limits for the Inner Loop Power Control mode. To activate the usage of this limit set, see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.Tpc.Limit.IlpControl.MaxPower.set.

param nominal_max_power:

Nominal maximum output power of the UE

param upper_limit:

Tolerance value for too high maximum UE power

param lower_limit:

Tolerance value for too low maximum UE power