Relative

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:RELative
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:RELative
value: Results = driver.applications.k14Xnr5G.calculate.limit.acPower.achannel.result.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

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

  • Select relative limit check mode ACLR: method RsFsw.calculate.limit.acPower.pmode.set() . Combined measurements: method RsFsw.applications.k14Xnr5G.sense.nr5G.acPower.alpMode.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.