SCPI Command
CALCulate<Ch>[:SELected]:LIMit:REPort:ALL?
Or
CALCulate<Ch>:TRACe<Tr>: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 |
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 4N>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
note |
This command is similar to CALCulate<Ch>[:SELected]:LIMit:REPort:ALL only. |
Data = app.SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder