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

Object Type

Property (Read-Write)

Syntax

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

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

 

The following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe

Description

This command turns ON/OFF the point limit test function for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of selected channel (Ch).

 

You can select the trace and turn ON/OFF the point limit test function 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

ON/OFF of the point limit test function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the point limit test function.

  • False or OFF: Turns OFF the point limit test function.

Preset value

False or OFF

Examples

Dim Var as Boolean
Var= 1
SCPI.CALCulate(1-160).SELected.PLIMit.STATe = Var
Var = SCPI.CALCulate(1-160).SELected.PLIMit.STATe

Related Objects

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

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

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

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

SCPI.DISPlay.FSIGn

Equivalent Key

Analysis > Point Limit Test > Point Limit Test

Equivalent SCPI Command

Syntax

:CALCulate{[1]-160}[:SELected]:PLIMit[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160][:SELected]:PLIMit[:STATe]?

 

The following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit[:STATe] {ON|OFF|1|0}

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

Query Response

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

Example of use

10 OUTPUT 717;":CALC1:PLIM ON"
20 OUTPUT 717;":CALC1:PLIM ?"
30 ENTER 717;A