Difference between revisions of "CAObject::ResultType"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = Property int ResultType = | + | = Property int ResultType = <!--T:1--> |
− | == Description == | + | == Description == <!--T:2--> |
+ | <!--T:3--> | ||
The type of the result to be return when [[CAEngine::Result]] or [[CAEngine::ResultTable]] is called. | The type of the result to be return when [[CAEngine::Result]] or [[CAEngine::ResultTable]] is called. | ||
+ | <!--T:4--> | ||
:0 = Mid | :0 = Mid | ||
:1 = Mean | :1 = Mean | ||
Line 18: | Line 20: | ||
:6 = ProbBands | :6 = ProbBands | ||
− | == Data type == | + | == Data type == <!--T:5--> |
+ | <!--T:6--> | ||
short int | short int | ||
− | == Access == | + | == Access == <!--T:7--> |
+ | <!--T:8--> | ||
read / write | read / write | ||
− | == Usage == | + | == Usage == <!--T:9--> |
+ | <!--T:10--> | ||
<code> | <code> | ||
:set obj = ade.Get("X") | :set obj = ade.Get("X") | ||
Line 34: | Line 39: | ||
<code> | <code> | ||
− | == See Also == | + | == See Also == <!--T:11--> |
+ | <!--T:12--> | ||
* [[CAObject::ResultTable]] | * [[CAObject::ResultTable]] | ||
* [[CAObject::Result]] | * [[CAObject::Result]] | ||
</translate> | </translate> |
Revision as of 00:35, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
Property int ResultType
Description
The type of the result to be return when CAEngine::Result or CAEngine::ResultTable is called.
- 0 = Mid
- 1 = Mean
- 2 = Sample
- 3 = Pdf
- 4 = Cdf
- 5 = Statistics
- 6 = ProbBands
Data type
short int
Access
read / write
Usage
- set obj = ade.Get("X")
- obj.ResultType = 1
- meanVal = obj.Result
See Also
Comments
Enable comment auto-refresher