SCPI Command
CALCulate<Ch>[:SELected]:LIMit:REPort[:DATA]?
Or
CALCulate<Ch>:TRACe<Tr>:LIMit:REPort[:DATA]?
Reads out the data array, which is the stimulus values of the measurement points that failed the limit test. The array size is set by the CALC:LIM:REP:POIN? command. |
---|
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 N>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:LIMit:REPort[:DATA]? only. |
Data = app.SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder