是德科技
直播中

赵明

7年用户 210经验值
私信 关注
[问答]

怎么通过.NET API检索当前的平均计数

嗨,我试图通过.NET API检索VSA软件的当前平均数。
我可以使用以下任一方法得到对应于测量“meas”的总平均值:meas.Average.get_Count()meas.Average.Count我找不到一种方法来检索当前 - 运行 - 平均数。
我错过了什么,或者根本不可能?
在此先感谢,最诚挚的问候,塞缪尔

以上来自于谷歌翻译


     以下为原文

  Hi,
I am trying to retrieve the current average count of the VSA software through the .NET API. I could get the total average corresponding to a measurement "meas" using either:
meas.Average.get_Count()  
meas.Average.Count
I couldn't find a way to retrieve the current -running- number of averages though.
Did I miss something, or is it simply not possible?
Thanks in advance,
Best regards,
Samuel  

回帖(2)

宁晓蕾

2019-7-8 11:57:38
此信息是跟踪头的一部分,可以使用此C#示例从.NET API读取。
Int32 avgnum = app.Display.Traces.SelectedItem.MeasurementData.State.Value(“CurrentNumAverages”,1);

以上来自于谷歌翻译


     以下为原文

  This information is part of the trace header and it can be read from the .NET API using this C# example.
Int32 avgnum = app.Display.Traces.SelectedItem.MeasurementData.State.Value("CurrentNumAverages",1);
举报

赵明

2019-7-8 12:07:12
引用: 60user190 发表于 2019-7-8 11:57
此信息是跟踪头的一部分,可以使用此C#示例从.NET API读取。
Int32 avgnum = app.Display.Traces.SelectedItem.MeasurementData.State.Value(“CurrentNumAverages”,1);

非常感谢,这正是我所寻找的

以上来自于谷歌翻译


     以下为原文

  Thanks a lot, that's exactly what I was looking for
举报

更多回帖

发帖
×
20
完善资料,
赚取积分