UepLimit

SCPI Command :

[CONFigure]:SIGNaling:TMODe:UEPLimit
class UepLimitCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Status: enums.LimitStatus: OFF: UPLF is off. DPRogress: Deactivation of UPLF is in progress. ON: UPLF is ON. APRogress: Activation of UPLF is in progress.

  • Pcell_Nr: enums.PcellNr: Value in MHz, configuring the information element ‘PCELL NR BANDWIDTH’ of the ‘ACTIVATE POWER LIMIT REQUEST’ message.

  • Bwidth_Total: enums.BwidthTotal: Value in MHz, configuring the information element ‘TOTAL NR AGGREGATED BANDWIDTH’ of the ‘ACTIVATE POWER LIMIT REQUEST’ message.

get() GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:TMODe:UEPLimit
value: GetStruct = driver.configure.signaling.tmode.uepLimit.get()

Enables or disables the UL power limit function (UPLF) test mode at the UE.

return:

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

set(enable: bool, pcell_nr: PcellNr = None, bwidth_total: BwidthTotal = None) None[source]
# SCPI: [CONFigure]:SIGNaling:TMODe:UEPLimit
driver.configure.signaling.tmode.uepLimit.set(enable = False, pcell_nr = enums.PcellNr.B050, bwidth_total = enums.BwidthTotal.B100)

Enables or disables the UL power limit function (UPLF) test mode at the UE.

param enable:
  • ON: Send an ‘ACTIVATE POWER LIMIT REQUEST’ message.

  • OFF: Send a ‘DEACTIVATE POWER LIMIT REQUEST’ message.

param pcell_nr:

Value in MHz, configuring the information element ‘PCELL NR BANDWIDTH’ of the ‘ACTIVATE POWER LIMIT

REQUEST’ message. :param bwidth_total: Value in MHz, configuring the information element ‘TOTAL NR AGGREGATED BANDWIDTH’ of the ‘ACTIVATE POWER LIMIT REQUEST’ message.