Query
:CALCulate<Ch>[:SELected]:LIMit:REPort:ALL?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit:REPort:ALL?
This command reads the limit test results (stimulus value, limit test result, upper limit value and lower limit value of all measurement points).
{numeric 1} ... {numeric NOP×4}<newline><^END>
NOP is the number of measurement points.
{numeric n×4-3} : Stimulus value for the measurement point.
{numeric n×4-2} : Limit test result (-1: No limit, 0: Fail, 1: Pass)
{numeric n×4-1} : Upper limit value at the measurement point. (If there is no limit at this point, reads out the 0.)
{numeric n×4} : Lower limit value at the measurement point. (If there is no limit at this point, reads out the 0.)
This sample requires manual modification
Dim Var as Variant
Ena.WriteString ":CALC1:LIM:REP:ALL?", True
Var=Ena.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.LIMIT.REPORT.ALL
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.REPORT.ALL