Fail
SCPI Command :
CALCulate<n>:LIMit<li>:FAIL
- class FailCls[source]
Fail commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) bool [source]
# SCPI: 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.K10x_Lte.Initiate.Continuous. 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
result: 0 PASS 1 FAIL