Fail
SCPI Command :
CALCulate<n>:LIMit<li>:FAIL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) bool[source]
# CALCulate<n>:LIMit<li>:FAIL value: bool = driver.applications.k50Spurious.calculate.limit.fail.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Queries the result of a limit check in the specified window. Note that for SEM measurements, the limit line suffix ‘li’ is irrelevant, as only one specific SEM limit line is checked for the currently relevant power class. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method
RsFsw.applications.k10Xlte.initiate.continuous.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:
result: 0 PASS 1 FAIL