maeSensSetModelGroup
maeSensSetModelGroup(g_modelGroupValue[?nominalValueg_nominalValue] [?sessiont_sessionName] ) =>t/nil
Description
Adds a model group on the Sensitivity form for sensitivity analysis in the current or the specified maestro session.
Arguments
|
Nominal value, which is the name of model group to be used for the nominal run. |
|
Value Returned
Examples
Sets the model group modelGroupA, modelGroupB to the Sensitivity form.
maeSensSetModelGroup("modelGroupA modelGroupB" ?nominalValue "modelGroupA")
=> t
Return to top