COM Server Commands
94
SCPI.CALCulate(
Ch
).SELected.MSTatistics.DATA
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
The active trace of channel
Ch
,
Ch
Description
The math statistics data array. The statistics function is applied either
over the whole range (for all the trace), or within the range specified by
the
SCPI.CALCulate(Ch).SELected.MSTatistics.DOMain.
STATe
property (the range limits are determined by two markers).
The array includes 3 elements:
Data(0)
Mean value;
Data(1)
Standard deviation;
Data(2) Peak–to–peak (difference between the maximum value and
the minimum value).
Syntax
Dim Data As Variant
Data =
app.SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
Equivalent
Softkeys
None