:CALC<Ch>:PLIM:REP

Type

Query

Syntax

:CALCulate<Ch>[:SELected]:PLIMit:REPort[:DATA]?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:PLIMit:REPort[:DATA]?

Description

This command returns a number or a list of numbers where point limit test has failed.

Variable

Query Response

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

Examples

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

Related Commands

:CALC:PLIM

:CALC:PLIM:FAIL

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.PLIMIT.REPORT.DATA