Difference between revisions of "CAObject::ResultType"

(Created page with "<< class CAObject = Property int ResultType = == Description == The type of the result to be return when CAEngine::Result or CAEngine::ResultTable is c...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[CAObject|<< class CAObject]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]]
 +
<languages />
 +
<translate>
  
= Property int ResultType =
+
= Property int ResultType = <!--T:1-->
  
== Description ==
+
== Description == <!--T:2-->
  
The type of the result to be return when [[CAEngine::Result]] or [[CAEngine::ResultTable]] is called.  
+
<!--T:3-->
 +
The type of the result to be return when [[CAObject::Result|Result]] or [[CAObject::ResultTable|ResultTable]] is called.  
  
 +
<!--T:4-->
 
:0 = Mid  
 
:0 = Mid  
 
:1 = Mean  
 
:1 = Mean  
Line 15: 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 31: Line 39:
 
<code>
 
<code>
  
== See Also ==
+
== See Also == <!--T:11-->
  
 +
<!--T:12-->
 
* [[CAObject::ResultTable]]
 
* [[CAObject::ResultTable]]
 
* [[CAObject::Result]]
 
* [[CAObject::Result]]
 +
</translate>

Latest revision as of 08:24, 20 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

Property int ResultType

Description

The type of the result to be return when Result or 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


You are not allowed to post comments.