Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:ACHannel:RESult:RELative
- class RelativeCls[source]
Relative 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:RELative value: Results = driver.applications.k10Xlte.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) .
INTRO_CMD_HELP: Prerequisites for this command
Select relative limit check mode ACLR: method RsFsw.Calculate.Limit.AcPower.Pmode.set.
- 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.