Query
:CALCulate<Ch>[:SELected]:MSTatistics:DATA?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MSTatistics:DATA?
This command reads the statistics values. The statistical values contain: mean value, standard deviation and the difference between the maximum value and the minimum value .
{numeric 1}, {numeric 2}, {numeric 3}<newline><^END>
{numeric 1} : Mean value
{numeric 2} : Standard deviation
{numeric 3} : Difference between the maximum value and the minimum value (Peak to Peak)
Dim Var as Variant
Ena.WriteString ":CALC1:MST:DATA?", True
Var=Ena.ReadList
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.MSTATISTICS.DATA
SCPI.CALCULATE(Ch).TRACE(Tr).MSTATISTICS.DATA