:CALC<Ch>:LIM:REP:MARK<Mk>

Type

Query

Syntax

:CALCulate<Ch>[:SELected]:LIMit:REPort:MARKer<Mk>[:ALL]?

Description

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.

Variable

Query Response


{numeric 1},{numeric 2},{numeric 3},{numeric 4}<newline><^END>

 

{numeric 1}: Sweep parameter value at Marker position

{numeric 2}: Limit test result

{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.)

Examples

Dim Var as Variant
Ana.WriteString ":CALC1:LIM:REP:MARK1?", True
Var=Ana.ReadList(ASCIIType_R8, ",")

Related Commands

:CALC:LIM

:CALC:LIM:REP:ALL

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.LIMIT.REPORT.MARKER(Mk).ALL