Result
SCPI Command :
CALCulate<n>:LIMit<li>[:CC<cc>]:SUMMary:EVM:DSSF[:AVERage]:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default, carrierComponent=CarrierComponent.Default) str[source]
# CALCulate<n>:LIMit<li>[:CC<cc>]:SUMMary:EVM:DSSF[:AVERage]:RESult value: str = driver.applications.k10Xlte.calculate.limit.cc.summary.evm.dssf.average.result.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, carrierComponent = repcap.CarrierComponent.Default)
Queries the results of the EVM limit check of all PDSCH resource elements with a 64QAM modulation.
- 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’)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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.