Command/Query
: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?
This command sets/gets the display type of ripple value.
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" |
{OFF|ABS|MAR|MARG}<newline><^END>
Dim Var as String
Var= "ABS"
Ena.WriteString ":CALC1:RLIM:DISP:VAL " & Var, True
Ena.WriteString ":CALC1:RLIM:DISP:VAL?", True
Var=Ena.ReadString
Analysis > Ripple Limit > Ripple Value
SCPI.CALCULATE(Ch).SELECTED.RLIMIT.DISPLAY.VALUE
SCPI.CALCULATE(Ch).TRACE(Tr).RLIMIT.DISPLAY.VALUE