MinPower

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MINPower
class MinPowerCls[source]

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

class MinPowerStruct[source]

Response structure. Fields:

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

  • Upper_Limit: float: No parameter help available

get() MinPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MINPower
value: MinPowerStruct = driver.configure.wcdmaMeas.tpc.limit.ilpControl.minPower.get()

Defines an Inner Loop Power Control limit: upper limit for the minimum UE output power. Also it enables or disables the limit check.

return:

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

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

Defines an Inner Loop Power Control limit: upper limit for the minimum UE output power. Also it enables or disables the limit check.

param enable:

Disables | enables the limit check.

param upper_limit:

No help available