Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.RLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.RLIMit.STATe
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe
This command turns ON/OFF the ripple test function for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of selected channel (Ch).
In revision A.9.60 and above, you can select the trace and turn ON/OFF the ripple test function for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Status |
Description |
ON/OFF the ripple test function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim RLimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.RLIMit.STATe = True
RLimTest = SCPI.CALCulate(1).SELected.RLIMit.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.RLIMit.DATA
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.LINE
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
SCPI.CALCulate(Ch).SELected.RLIMit.FAIL
SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
Analysis > Ripple Limit > Ripple Limit Test
All revision:
:CALCulate{[1]-160}[:SELected]:RLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160}[:SELected]:RLIMit[:STATe]?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:RLIM ON"
20 OUTPUT 717;":CALC1:RLIM?"
30 ENTER 717;A