CAObject::ResultType

Revision as of 06:38, 16 October 2015 by Jhuawen (talk | contribs) (Created page with "== 访问 ==")

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

Property int ResultType

描述

Result或者 ResultTable被调用时,返回该结果类型。

0 = Mid(中值)
1 = Mean (平均值)
2 = Sample (样本)
3 = Pdf (概率密度函数)
4 = Cdf (累计密度函数)
5 = Statistics (统计数据)
6 = ProbBands(概率带)

数据类型

短整形

访问

read / write

Usage

set obj = ade.Get("X")
obj.ResultType = 1
meanVal = obj.Result

See Also

Comments


You are not allowed to post comments.