SCPI Command
CALCulate<Ch>[:SELected]: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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<numeric 1>, <numeric 2>, …<numeric 3N+1>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
Data = app.SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)