Absolute

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:ABSolute
class AbsoluteCls[source]

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

class Results[source]

Response structure. Fields:

  • Upper_Limit: enums.CheckResult: No parameter help available

  • Lower_Limit: enums.CheckResult: No parameter help available

get(window=Window.Default, limitIx=LimitIx.Default) Results[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:ABSolute
value: Results = driver.applications.k14Xnr5G.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) .

INTRO_CMD_HELP: Prerequisites for this command

  • Select absolute limit check mode evaluation mode ACLR: method RsFsw.Calculate.Limit.AcPower.Pmode.set. Combined measurements: [SENSe:]NR5G:ACPower:ALPMode

param window

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

param limitIx

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

return

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