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

Object Type

Property (Read Only)

Syntax

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

 

The following syntax is also supported:

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

Description

This command reads the point limit test result for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of selected channel (Ch).

 

You can select the trace and read the point 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.

 

This command is available at the revision A.11.0x and above.

Variable

Parameter

Status

Description

The point limit test result

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True: If the point limit test result is FAIL.

  • False: If the point limit test result is FAIL.

Note

When the point limit test result is set to OFF, False is always the read value.

Examples

Dim Result As Boolean

Result = SCPI.CALCulate(1).SELected.PLIMit.FAIL

Related Objects

SCPI.CALCulate(Ch).SELected.PLIMit.DATA

SCPI.CALCulate(Ch).SELected.PLIMit.DISPlay.LINE

SCPI.CALCulate(Ch).SELected.PLIMit.REPort.DATA

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate{[1]-160}[:SELected]:PLIMit:FAIL?

 

The following syntax is also supported:

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

Example of use

10 OUTPUT 717;":CALC1:PLIM:FAIL?"

20 ENTER 717;A