Adds a new result to an analysis group object.
| Syntax | Description |
|---|---|
| addanalysisresult("A"); | Adds a new result called "A" to an analysis group. |
| addanalysisresult("name", "objectName::resultName"); | Add a new result from a child object qualified by absolute object name objectName and resultName to the “model” analysis group at the top of the object tree. It is incompatible with other analysis groups. |
Example
Add a result variable "A" for output. It must be calculated inside the analysis group.
addanalysisgroup;
set("name","group");
addanalysisresult("A"); # "A" is a result variable inside the analysis group. See Also
Manipulating objects , addstructuregroup , runsetup , addanalysisgroup