Property (Read Only)
All revision:
Status = SCPI.CALCulate(Ch).SELected.RLIMit.FAIL
In revision A.9.60 and above, the following syntax is also supported:
Status = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.FAIL
This command reads the ripple test result 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 read the ripple test result 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 |
The ripple test result |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Note |
When the ripple test is set to OFF, False or OFF is always read out. |
Dim Result As Boolean
Result = SCPI.CALCulate(1).SELected.RLIMit.FAIL
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.RLIMit.STATe
No equivalent key is available on the front panel.
All revision:
:CALCulate{[1]-160}[:SELected]:RLIMit:FAIL?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:RLIMit:FAIL?
10 OUTPUT 717;":CALC1:RLIM:FAIL?"
20 ENTER 717;A