Result

SCPI Command :

CALCulate<n>:LIMit<li>:BURSt:ALL:RESult
class ResultCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) RsFsw.enums.LimitCheck[source]
# SCPI: CALCulate<n>:LIMit<li>:BURSt:ALL:RESult
value: enums.LimitCheck = driver.applications.k91Wlan.calculate.limit.burst.all.result.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Returns the result of the EVM limit check for all carriers. The limit value is defined by the standard or the user (see method RsFsw.Applications.K91_Wlan.Calculate.Limit.Burst.All.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

limit_check: PASS | FAILed PASS The defined limit for the parameter was not exceeded. FAILED The defined limit for the parameter was exceeded.