Query
:CALCulate<Ch>[:SELected]:LIMit:REPort:MARKer<Mk>[:ALL]?
This command returns the limit test result of measurement point of the active marker position. (Mk: marker 1 to 9 and reference marker 10.)
If the marker function is off, executing this command causes an error and invalid values are read out.
If marker discrete is set at Off and the marker is located between two points, the value at the closest point is returned.
{numeric 1},{numeric 2},{numeric 3},{numeric 4}<newline><^END>
{numeric 1}: Sweep parameter value at Marker position
{numeric 2}: Limit test result
0: FAIL
1: PASS
-1: Limit test was off
{numeric 3}: Upper border value of the limit (0 is returned if no limit line is set.)
{numeric 4}: Lower border value of the limit (0 is returned if no limit line is set.)
Dim Var as Variant
Ana.WriteString ":CALC1:LIM:REP:MARK1?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.LIMIT.REPORT.MARKER(Mk).ALL