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

Object type    

Property (Read-Write)

Syntax         

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

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

Description

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

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 > 1 to 12

Equivalent SCPI command

Syntax

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

:CALCulate{[1]-4}[:SELected]: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