Query
:CALCulate<Ch>[:SELected]:PLIMit:REPort[:DATA]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:PLIMit:REPort[:DATA]?
This command returns a number or a list of numbers where point limit test has failed.
{numeric (Number of active limit)}, {numeric (Limit point number of 1st active limit)}, {numeric (result of 1st active limit)}, ... , {numeric (Limit point number of Nth active limit)}, {numeric (result of Nth active limit)}
pass=0, fail=1 : result of Nth active limit
The number of data is 1 + N x 2.
N is the number of active limit.
This sample requires manual modification
Dim Var(1 to 201) as Variant
Ena.WriteString ":CALC1:PLIM:REP?", True
Var=Ena.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.PLIMIT.REPORT.DATA