SCPI Command
CALCulate<Ch>[:SELected]:RLIMit:REPort[:DATA]?
Or
CALCulate<Ch>:TRACe<Tr>:RLIMit:REPort[:DATA]?
Reads out the data array, which is the ripple limit test result. The array size is 1+3N, where N is the number of ripple limit bands. For the n–th point, where n from 1 to N: <numeric 1> N total number of the bands <numeric 3n–1> n number of the band <numeric 3n–0> Ripple value in the n–th band <numeric 3n+1> Ripple limit test result in the n–th band: 0 — Pass 1 — Fail |
---|
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}
<numeric 1>, <numeric 2>, …<numeric 3N+1>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:RLIMit:REPort[:DATA]? only. |
Data = app.SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder