SCPI Command
CALCulate<Ch>[:SELected]:MSTatistics:DATA?
Or
CALCulate<Ch>:TRACe<Tr>:MSTatistics:DATA?
Reads out the math statistics values. The statistics function is applied either over the whole range, or within the range specified by the CALC:MST:DOM command (the range limits are determined by two markers). The data include 3 elements: <numeric 1> Mean value; <numeric 2> Standard deviation; <numeric 3> Peak–to–peak (difference between the maximum value and the minimum value). |
---|
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 3>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:MSTatistics:DATA? only. |
Data = app.SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder