:CALC<Ch>:RLIM:DISP:VAL

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:RLIMit:DISPlay:VALue {OFF|ABSolute|MAR|MARGin}

:CALCulate<Ch>[:SELected]:RLIMit:DISPlay:VALue?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:RLIMit:DISPlay:VALue {OFF|ABSolute|MAR|MARGin}

:CALCulate<Ch>:TRACe<Tr>:RLIMit:DISPlay:VALue?

Description

This command sets/gets the display type of ripple value.

Variable

Parameter

Selection Option

Description

The displaying type of ripple value.

Data Type

Character string type (String)

Range

"OFF": Specifies the display OFF.

"ABSolute": Specifies the absolute value for display type.

"MARgin": Specifies the margin for display type.

Preset Value

"OFF"

Query Response

{OFF|ABS|MAR|MARG}<newline><^END>

Examples

Dim Var as String
Var= "ABS"
Ena.WriteString ":CALC1:RLIM:DISP:VAL " & Var, True
Ena.WriteString ":CALC1:RLIM:DISP:VAL?", True
Var=Ena.ReadString

Related Commands

:CALC:RLIM

:CALC:RLIM:DISP:LINE

:CALC:RLIM:DISP:VAL

:CALC:RLIM:DISP:SEL

Equivalent Softkey

Analysis > Ripple Limit > Ripple Value

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.RLIMIT.DISPLAY.VALUE

SCPI.CALCULATE(Ch).TRACE(Tr).RLIMIT.DISPLAY.VALUE