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