Absolute

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>: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, channel=Channel.Default) Results[source]
# CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:RESult:ABSolute
value: Results = driver.applications.k10Xlte.calculate.limit.acPower.alternate.result.absolute.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)

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

  • Select absolute limit check 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’)

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)

Returns:

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