Property (Read-Write)
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue = Param
Param = SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
The following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.VALue = Param
Param = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.VALue
This command sets/gets the display type of ripple value for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command)of selected channel (Ch).
Optionally, you can select the trace and set/get the display type of ripple value for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Param |
Description |
The displaying type of ripple value. |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"OFF" |
Dim RDisp As String
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.VALue = "ABSolute"
RDisp = SCPI.CALCulate(1).SELected.RLIMit.DISPlay.VALue
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.SELect
Analysis > Ripple Limit > Ripple Value > OFF|Absolute|Margin
:CALCulate{[1]-160}[:SELected]:RLIMit:DISPlay:VALue {OFF|ABS|MAR}
:CALCulate{[1]-160}[:SELected]:RLIMit:DISPlay:VALue?
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:DISPlay:VALue {OFF|ABS|MAR}
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:DISPlay:VALue?
{OFF|ABS|MAR}<newline><^END>
10 OUTPUT 717;":CALC1:RLIM:DISP:VAL ABS"
20 OUTPUT 717;":CALC1:RLIM:DISP:VAL?"
30 ENTER 717;A$