AbPower<AbPower>

RepCap Settings

# Range: Nr1 .. Nr10
rc = driver.configure.multiEval.limit.powerVsTime.abPower.repcap_abPower_get()
driver.configure.multiEval.limit.powerVsTime.abPower.repcap_abPower_set(repcap.AbPower.Nr1)

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:ABPower<AbPower>
class AbPower[source]

AbPower commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: AbPower, default value after init: AbPower.Nr1

class AbPowerStruct[source]

Structure for setting input parameters. Fields:

  • Start_Pcl: int: integer Number of first TPCL to which the limits are applied Range: 0 to 31

  • End_Pcl: int: integer Number of last TPCL to which the limits are applied Range: 0 to 31

  • Lower_Limit: float: numeric Range: -10 dB to 0 dB, Unit: dB

  • Upper_Limit: float: numeric Range: 0 dB to 10 dB, Unit: dB

  • Enable: bool: OFF | ON ON: Enable limits for the given no OFF: Disable limits for the given no

get(abPower=<AbPower.Default: -1>)AbPowerStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:ABPower<nr>
value: AbPowerStruct = driver.configure.multiEval.limit.powerVsTime.abPower.get(abPower = repcap.AbPower.Default)

Defines and activates limits for the average burst power, i.e. tolerances for ranges of template power control levels (TPCLs) .

param abPower

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AbPower’)

return

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

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.PowerVsTime_.AbPower.AbPower.AbPowerStruct, abPower=<AbPower.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:ABPower<nr>
driver.configure.multiEval.limit.powerVsTime.abPower.set(value = [PROPERTY_STRUCT_NAME](), abPower = repcap.AbPower.Default)

Defines and activates limits for the average burst power, i.e. tolerances for ranges of template power control levels (TPCLs) .

param structure

for set value, see the help for AbPowerStruct structure arguments.

param abPower

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AbPower’)

Cloning the Group

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