Property (Read Only)
Data = SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
This command reads the statistics values of the active trace of t selected channel (Ch). The statistical values contain: mean value, standard deviation and the difference between the maximum value and the minimum value.
Parameter |
Data |
Description |
Indicates 3-element array data (statistics value).
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Dim MstData As Variant
SCPI.CALCulate(1).PARameter(1).SELect
MstData = SCPI.CALCulate(1).SELected.MSTatistics.DATA
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.MSTatistics.STATe
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:MSTatistics:DATA?
{numeric 1},{numeric 2},{numeric 3}<newline><^END>
Parameter |
Description |
{numeric 1} |
Mean value |
{numeric 2} |
Standard deviation |
{numeric 3} |
Difference between the maximum value and the minimum value (Peak to Peak) |
10 OUTPUT 717;":CALC1:MST:DATA?"
20 ENTER 717;A,B,C