SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts

Object type

Property (Read Only)

Syntax

All revision:

Value = SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts

 

In revision A.9.60 and above, the following syntax is also supported:

Value = SCPI.CALCulate(Ch).TRACe(Tr).LIMit.REPort.POINts

Description

This command reads the number of the measurement points that failed the limit test, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and read the number of the measurement points that failed the limit test, for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Value

Description

Number of measurement points that failed

Data type

Long integer type (Long)

Preset Value

0

Examples

Dim FailPoin As Long
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
FailPoin = SCPI.CALCulate(1).SELected.LIMit.REPort.POINts

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.LIMit.STATe

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:LIMit:REPort:POINts?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:LIMit:REPort:POINts?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:LIM:REP:POIN?"
20 ENTER 717;A