SCPI Command
CALCulate<Ch>[:SELected]:LIMit:REPort:ALL?
Reads out the limit test result report. The array size is 4N, where N is the number of measurement points. For the n–th point, where n from 1 to N: <numeric 4n–3> the stimulus value in the n-th point; <numeric 4n–2> the limit test result in the n-th point; –1: No limit 0: Fail 1: Pass <numeric 4n–1> the upper limit value in the n–th point (0 — if there is no limit) <numeric 4n–0> the lower limit value in the n–th point (0 — if there is no limit) |
---|
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 4N>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
Data = app.SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)