MaxPower
SCPI Commands :
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:MAXPower:URPClass
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:MAXPower
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol: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.Prach.Limit.Pcontrol.MaxPower.UserDefined#set CMDLINKRESOLVED].
- get() MaxPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:MAXPower value: MaxPowerStruct = driver.configure.wcdmaMeas.prach.limit.pcontrol.maxPower.get()
Enables or disables the check of the maximum output power limits 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>:PRACh:LIMit:PCONtrol:MAXPower:ACTive value: ActiveStruct = driver.configure.wcdmaMeas.prach.limit.pcontrol.maxPower.get_active()
Queries the active maximum output power limit values. These limit values result either from the configured or reported UE power class or have been specified manually.
- return:
structure: for return value, see the help for ActiveStruct structure arguments.
- get_urp_class() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:MAXPower:URPClass value: bool = driver.configure.wcdmaMeas.prach.limit.pcontrol.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>:PRACh:LIMit:PCONtrol:MAXPower driver.configure.wcdmaMeas.prach.limit.pcontrol.maxPower.set(enable = False, active_limit = enums.ActiveLimit.PC1)
Enables or disables the check of the maximum output power limits 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.Prach.Limit.Pcontrol.MaxPower.UserDefined.set.
- set_urp_class(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:MAXPower:URPClass driver.configure.wcdmaMeas.prach.limit.pcontrol.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.prach.limit.pcontrol.maxPower.clone()
Subgroups