Fail

SCPI Commands

CALCulate<Window>:LIMit<LimitIx>:FAIL
class FailCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# SCPI: CALCulate<n>:LIMit<li>:FAIL
value: float = driver.calculate.limit.fail.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command queries the result of a limit check in the specified window. 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 measurement mode.

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