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

Object type

Property (Read Only)

Syntax

All revision:

Status = SCPI.CALCulate(Ch).SELected.LIMit.FAIL

 

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

Status = SCPI.CALCulate(Ch).TRACe(Tr).LIMit.FAIL

Description

This command reads the limit test result, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and read the limit test result 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

Status

Description

Limit test result

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: The limit test result is FAIL.

  • False or OFF: The limit test result is PASS.

Note

When the limit test is set to OFF, False or OFF is always read out.

Examples

Dim Result As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
Result = SCPI.CALCulate(1).SELected.LIMit.FAIL

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:FAIL?

 

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

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

Query response

{1|0}<newline><^END>

 

Description

1

The limit test result is FAIL.

0

The limit test result is PASS.

When the limit test is set to OFF, 0 is always read out.

Example of use

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