Relative

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr]:RESult:RELative
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) str[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr]:RESult:RELative
value: str = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.result.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

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

  • Select relative limit check mode evaluation 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’)

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

Returns:

limit_check: Returns two values, one for the upper and one for the lower adjacent channel. PASSED Limit check has passed. FAILED Limit check has failed.