Property (Read-Write)
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.LINE = Status
Status = SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.LINE
This command turns ON/OFF the ripple limit line display , for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the selected channel ( Ch).
Parameter |
Status |
Description |
ON/OFF the ripple limit line display. |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim RLimDisp As Boolean
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.LINE = True
RLimDisp = SCPI.CALCulate(1).SELected.RLIMit.DISPLay.LINE
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.RLIMit.STATe
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
Analysis > Ripple Limit > Ripple Limit
:CALCulate{[1]-4}[:SELected]:RLIMit:DISPlay:LINE {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:RLIMit:DISPlay:LINE?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:RLIM:DISP:LINE ON"
20 OUTPUT 717;":CALC1:RLIM:DISP:LINE?"
30 ENTER 717;A