IlpControl

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ILPControl:MINPower
CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ILPControl:PSTep
CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ILPControl:EPSTep
CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ILPControl:PSGRoup
class IlpControl[source]

IlpControl commands group definition. 8 total commands, 1 Sub-groups, 4 group commands

class EpStepStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON

  • Max_Count: int: numeric Maximum allowed exceptions for sections BC, EF and GH Range: 1 to 10

  • Step_1_Db: float: numeric Exceptional limit for step size 1 dB Range: 0 dB to 5 dB

  • Step_2_Db: float: numeric Exceptional limit for step size 2 dB Range: 0 dB to 5 dB

class MinPowerStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON Disables | enables the limit check

  • Upper_Limit: float: numeric Range: -70 dBm to 34 dBm, Unit: dBm

class PsGroupStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON Disables | enables the limit check

  • Group_10_X_0_Db: float: numeric Limit for groups with expected step size 10 x 0 dB (algorithm 2) Range: 0 dB to 9 dB, Unit: dB

  • Group_10_X_1_Dba_Lg_2: float: numeric Limit for groups with expected step size 10 x ±1 dB + 40 x 0 dB (algorithm 2) Range: 0 dB to 9 dB, Unit: dB

  • Group_10_X_1_Db: float: numeric Limit for groups with expected step size 10 x ±1 dB (algorithm 1) Range: 0 dB to 9 dB, Unit: dB

  • Group_10_X_2_Db: float: numeric Limit for groups with expected step size 10 x ±2 dB (algorithm 1) Range: 0 dB to 9 dB, Unit: dB

class PstepStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON Disables | enables the limit check

  • Step_0_Db: float: numeric Limit for steps with expected step size 0 dB Range: 0 dB to 5 dB, Unit: dB

  • Step_1_Db: float: numeric Limit for steps with expected step size ±1 dB Range: 0 dB to 5 dB, Unit: dB

  • Step_2_Db: float: numeric Limit for steps with expected step size ±2 dB Range: 0 dB to 5 dB, Unit: dB

get_ep_step()EpStepStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:EPSTep
value: EpStepStruct = driver.configure.tpc.limit.ilpControl.get_ep_step()

Defines ‘Inner Loop Power Control’ limits for exceptions and enables or disables the limit check.

return

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

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

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

return

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

get_ps_group()PsGroupStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:PSGRoup
value: PsGroupStruct = driver.configure.tpc.limit.ilpControl.get_ps_group()

Defines ‘Inner Loop Power Control’ limits: upper limits for the absolute value of the power step group error, depending on the expected step size. Also enables or disables the limit check.

return

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

get_pstep()PstepStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:PSTep
value: PstepStruct = driver.configure.tpc.limit.ilpControl.get_pstep()

Defines ‘Inner Loop Power Control’ limits: upper limits for the absolute value of the power step error, depending on the expected step size. Also enables or disables the limit check.

return

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

set_ep_step(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.IlpControl.IlpControl.EpStepStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:EPSTep
driver.configure.tpc.limit.ilpControl.set_ep_step(value = EpStepStruct())

Defines ‘Inner Loop Power Control’ limits for exceptions and enables or disables the limit check.

param value

see the help for EpStepStruct structure arguments.

set_min_power(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.IlpControl.IlpControl.MinPowerStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:MINPower
driver.configure.tpc.limit.ilpControl.set_min_power(value = MinPowerStruct())

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

param value

see the help for MinPowerStruct structure arguments.

set_ps_group(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.IlpControl.IlpControl.PsGroupStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:PSGRoup
driver.configure.tpc.limit.ilpControl.set_ps_group(value = PsGroupStruct())

Defines ‘Inner Loop Power Control’ limits: upper limits for the absolute value of the power step group error, depending on the expected step size. Also enables or disables the limit check.

param value

see the help for PsGroupStruct structure arguments.

set_pstep(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.IlpControl.IlpControl.PstepStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:PSTep
driver.configure.tpc.limit.ilpControl.set_pstep(value = PstepStruct())

Defines ‘Inner Loop Power Control’ limits: upper limits for the absolute value of the power step error, depending on the expected step size. Also enables or disables the limit check.

param value

see the help for PstepStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.tpc.limit.ilpControl.clone()

Subgroups