Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect = Value
Value = SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.SELect = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.DISPlay.SELect
This command sets/gets the ripple limit band for ripple value display for selected channel (Ch).
In revision A.9.60 and above, you can select the trace and set/get the ripple limit band for ripple value display for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Value |
Description |
The ripple limit band. |
Data type |
Long integer type (Long) |
Range |
1 to 12 |
Preset value |
1 |
Dim RBand As Long
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect = 2
RBand = SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect
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.VALue
Analysis > Ripple Limit > Ripple Band
All revision:
:CALCulate{[1]-160}[:SELected]:RLIMit:DISPlay:SELect <numeric>
:CALCulate{[1]-160}[:SELected]:RLIMit:DISPlay:SELect?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:DISPlay:SELect <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:DISPlay:SELect?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:RLIM:DISP:SEL 5"
20 OUTPUT 717;":CALC1:RLIM:DISP:SEL?"
30 ENTER 717;A