:CALC<Ch>:LIM:REP:ALL

Type

Query

Syntax

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

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:LIMit:REPort:ALL?

Description

This command reads the limit test results (stimulus value, limit test result, upper limit value and lower limit value of all measurement points).

Variable

Query Response

{numeric 1} ... {numeric NOP×4}<newline><^END>

NOP is the number of measurement points.

Examples

This sample requires manual modification
Dim Var as Variant
Ena.WriteString ":CALC1:LIM:REP:ALL?", True
Var=Ena.ReadList(ASCIIType_R8, ",")

Related Commands

:CALC:LIM

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

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

SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.REPORT.ALL