Absolute

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:ABSolute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class Results[source]

Response structure. Fields:

  • 1 Upper_Limit: enums.CheckResult: No parameter help available

  • 2 Lower_Limit: enums.CheckResult: No parameter help available

get(window=Window.Default, limitIx=LimitIx.Default) Results[source]
# CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:ABSolute
value: Results = driver.applications.k10Xlte.calculate.limit.acPower.achannel.result.absolute.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Queries the absolute limit check results for adjacent channels (ACLR measurements) . Prerequisites for this command

  • Select absolute limit check mode evaluation mode ACLR: method RsFsw.calculate.limit.acPower.pmode.set() .

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

Returns:

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