SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
对象类型
属性(只读)
语法
Data = SCPI.CALCulate(Ch).SELected.MSTatistics.DATA
说明
这个命令读出选择通道(Ch)的激活迹线统计值。统计值包括:平均值、最大值和最小值之间的标准偏差和差值。
变量
参数 |
Data |
说明 |
指定3元素数组数据(统计值)
数组索引从0开始。 |
数据类型 |
变量类型(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
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:MSTatistics:DATA?
查询响应
{numeric 1},{numeric 2},{numeric 3}<newline><^END>
|
说明 |
{numeric 1} |
平均值 |
{numeric 2} |
标准偏差 |
{numeric 3} |
最大值和最小值(峰峰值)之间的差值 |
应用实例
10 OUTPUT 717;":CALC1:MST:DATA?"
20 ENTER 717;A,B,C