Result

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ALTernate:RESult
class ResultCls[source]

Result commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(result: Optional[RsFsw.enums.AcpResult] = None, window=Window.Default, limitIx=LimitIx.Default) str[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:ALTernate:RESult
value: str = driver.applications.k10Xlte.calculate.limit.acPower.alternate.result.get(result = enums.AcpResult.ABSolute, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Queries the limit check results for the alternate channels during ACLR measurements.

param result

REL Queries the channel power limit check results. ABS Queries the distance to the limit line.

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

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.calculate.limit.acPower.alternate.result.clone()

Subgroups