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

Object type    

Property (Read-Write)

Syntax         

All revision:

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

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

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.SELect = Value

Value = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.SELect

Description

This command sets/gets the ripple limit band for ripple value display for selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and set/get the ripple limit band for ripple value 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

Value

Description

The ripple limit band.

Data type

Long integer type (Long)

Range

1 to 12

Preset value

1

Examples

Dim RBand As Long
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect = 2
RBand = SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect

Related objects

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

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

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

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

Equivalent key

Analysis > Ripple Limit > Ripple Band

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:RLIMit:DISPlay:SELect <numeric>

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

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:DISPlay:SELect <numeric>

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:RLIM:DISP:SEL 5"
20 OUTPUT 717;":CALC1:RLIM:DISP:SEL?"
30 ENTER 717;A