Result

SCPI Command :

CALCulate<n>:LIMit<li>[:CC<cc>]:SUMMary:GIMBalance:MAXimum:RESult
class ResultCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default, carrierComponent=CarrierComponent.Default) str[source]
# SCPI: CALCulate<n>:LIMit<li>[:CC<cc>]:SUMMary:GIMBalance:MAXimum:RESult
value: str = driver.applications.k10Xlte.calculate.limit.cc.summary.gimbalance.maximum.result.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, carrierComponent = repcap.CarrierComponent.Default)

Queries the result of the gain imbalance limit check.

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 carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

limit_check: The type of limit (average or maximum) that is queried depends on the last syntax element. FAILED Limit check has failed. PASSED Limit check has passed. NOTEVALUATED Limits have not been evaluated.