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

Object type    

Property (Read-Write)

Syntax         

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

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

 

The following syntax is also supported:

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

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

Description

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

 

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

ON/OFF the ripple limit line display.

Data type

Boolean type (Boolean)

Range

Select from the following:

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

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

Preset value

False or OFF

Examples

Dim RLimDisp As Boolean
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.LINE = True
RLimDisp = SCPI.CALCulate(1).SELected.RLIMit.DISPLay.LINE

Related objects

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

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

SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect

SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue

Equivalent key

Analysis > Ripple Limit > Ripple Limit

Equivalent SCPI command

Syntax

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

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

 

The following syntax is also supported:

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

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

Query response

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

Example of use

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