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

Object Type

Property (Read-Write)

Syntax

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

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

 

The following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).PLIMit.DISPlay.LINE = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).PLIMit.DISPlay.LINE

Description

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

 

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

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • 1 or ON: Turns ON the point limit line display.

  • 0 or OFF: Turns OFF the point limit line display.

Preset Value

OFF

Examples

Dim PLimDisp as Boolean
SCPI.CALCulate(1).SELected.PLIMit.DISPlay.LINE = True
PLimDisp = SCPI.CALCulate(1).SELected.PLIMit.DISPlay.LINE

Related Objects

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

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

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

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

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

Equivalent Key

Analysis > Point Limit > Point Limit

Equivalent SCPI Command

Syntax

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

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

 

The following syntax is also supported:

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

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

Query Response

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

Example of use

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