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

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe

 

The following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).LIMit.DISPlay.STATe = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).LIMit.DISPlay.STATe

Description

This command turns ON/OFF the limit line display, for the active trace of selected channel (Ch).

 

Optionally, you can select the trace and turn ON/OFF the 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.

Variable

Parameter

Status

Description

Limit line display

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the limit line display.

  • False or OFF: Turns OFF the limit line display.

Preset value

False or OFF

Examples

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

Related objects

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

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

Equivalent key

Analysis > Limit Test > Limit Line

Equivalent SCPI command

Syntax

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

:CALCulate{[1]-160}[:SELected]:LIMit:DISPlay[:STATe]?

 

The following syntax is also supported:

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

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

Query response

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

Example of use

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