Query
:CALCulate<Ch>[:SELected]:LIMit:FAIL?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit:FAIL?
This command returns the limit test pass/fail.
{1|0}<newline><^END>
1: Fail
0: Pass
Dim Var as String
Ena.WriteString ":CALC1:LIM:FAIL?", True
Var=Ena.ReadNumber
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.LIMIT.FAIL
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.FAIL