SCPI Command
CALCulate<Ch>[:SELected]:RLIMit:FAIL?
Or
CALCulate<Ch>:TRACe<Tr>:RLIMit:FAIL?
Reads out the ripple limit test result. |
---|
query only |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
1 |
Fail |
0 |
Pass |
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.RLIMit.FAIL
note |
This command is similar to CALCulate<Ch>[:SELected]:RLIMit:FAIL? only. |
Status = app.SCPI.CALCulate(Ch).SELected.RLIMit.FAIL
Boolean (read/write)
Back to CALCulate
Back to Command Finder