Result
SCPI Command :
CALCulate<n>:LIMit<li>:BURSt:FERRor[:AVERage]:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) LimitCheck[source]
# CALCulate<n>:LIMit<li>:BURSt:FERRor[:AVERage]:RESult value: enums.LimitCheck = driver.applications.k91Wlan.calculate.limit.burst.freqError.average.result.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Returns the result of the average or maximum center frequency error limit check. The limit value is defined by the standard or the user (see method
RsFsw.applications.k91Wlan.calculate.limit.burst.freqError.maximum.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
limit_check: PASS | FAILed PASS The defined limit for the parameter was not exceeded. FAILED The defined limit for the parameter was exceeded.