Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>: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, channel=Channel.Default) Results [source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:RESult:RELative value: Results = driver.applications.k14Xnr5G.calculate.limit.acPower.alternate.result.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)
- Queries the relative limit check results for the alternate channels (MC 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’)
- param channel
optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)
- return
structure: for return value, see the help for Results structure arguments.