Query
:CALCulate<Ch>[:SELected]:LIMit:REPort:ALL?
This command returns the limit test result of all measurement points.
{numeric 1}, ..., {numeric (NOP×3)}<newline><^END>
{numeric (n×3)-2}: Limit test result
0: FAIL
1: PASS
-1: Limit test was off
{numeric (n×3)-1}: Upper border value of the limit (0 is returned if no limit line is set.)
{numeric (n×3)}: Lower border value of the limit (0 is returned if no limit line is set.)
Preset value is -1, 0, 0.
Dim Var as Variant
Ana.WriteString ":CALC1:LIM:REP:ALL?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.LIMIT.REPORT.ALL