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

Object type    

Property (Read-Write)

Syntax         

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

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

Description

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

Variable

Parameter

Status

Description

ON/OFF the ripple test function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the ripple test function.

  • False or OFF: Turns OFF the ripple test function.

Preset value

False or OFF

Examples

Dim RLimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.RLIMit.STATe = True
RLimTest = SCPI.CALCulate(1).SELected.RLIMit.STATe

Related Objects

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

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

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

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

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

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

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

Equivalent key

Analysis > Ripple Limit > Ripple Limit Test

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:RLIMit[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:RLIMit[:STATe]?

Query response

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

Example of use

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