MaxPower
SCPI Commands :
CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:URPClass
CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower
CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:ACTive
- class MaxPowerCls[source]
MaxPower commands group definition. 4 total commands, 1 Subgroups, 3 group commands
- class ActiveStruct[source]
Structure for reading output parameters. 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
- class MaxPowerStruct[source]
Response structure. Fields:
Enable: bool: Disables | enables the limit check.
Active_Limit: enums.ActiveLimit: To use the limits defined by 3GPP, select the power class of the UE (PC1 to PC4 = power class 1, 2, 3, 3bis, 4) . For user-defined limit values, select USER and define the limits via [CMDLINKRESOLVED Configure.WcdmaMeas.Tpc.Limit.IlpControl.MaxPower.UserDefined#set CMDLINKRESOLVED].
- get() MaxPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower value: MaxPowerStruct = driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.get()
Enables or disables the check of the maximum UE output power limits for the Inner Loop Power Control mode and selects the set of limit settings to be used.
- return:
structure: for return value, see the help for MaxPowerStruct structure arguments.
- get_active() ActiveStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:ACTive value: ActiveStruct = driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.get_active()
Queries the active limit values for the Inner Loop Power Control mode. These limit values result either from the configured UE power class or from the reported UE power class or have been defined manually.
- return:
structure: for return value, see the help for ActiveStruct structure arguments.
- get_urp_class() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:URPClass value: bool = driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.get_urp_class()
No command help available
- return:
enable: No help available
- set(enable: bool, active_limit: ActiveLimit) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.set(enable = False, active_limit = enums.ActiveLimit.PC1)
Enables or disables the check of the maximum UE output power limits for the Inner Loop Power Control mode and selects the set of limit settings to be used.
- param enable:
Disables | enables the limit check.
- param active_limit:
To use the limits defined by 3GPP, select the power class of the UE (PC1 to PC4 = power class 1, 2, 3, 3bis, 4) . For user-defined limit values, select USER and define the limits via method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.Tpc.Limit.IlpControl.MaxPower.UserDefined.set.
- set_urp_class(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MAXPower:URPClass driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.set_urp_class(enable = False)
No command help available
- param enable:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.tpc.limit.ilpControl.maxPower.clone()
Subgroups