:CALC<Ch>:LIM:REP:ALL

Type

Query

Syntax

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

Description

This command returns the limit test result of all measurement points.

Query Response

{numeric 1}, ..., {numeric (NOP×3)}<newline><^END>

 

{numeric (n×3)-2}: Limit test result

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

Examples

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

Related Commands

:CALC:LIM:REP

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

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