Result

SCPI Command :

CALCulate<n>:LIMit<li>:BURSt:EVM:PILot:MAXimum: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:EVM:PILot:MAXimum:RESult
value: enums.LimitCheck = driver.applications.k91Wlan.calculate.limit.burst.evm.pilot.maximum.result.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

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