Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeSensSetModelGroup

maeSensSetModelGroup(
g_modelGroupValue
[ ?nominalValue g_nominalValue ] 
[ ?session t_sessionName ] 
)
=> t / nil

Description

Adds a model group on the Sensitivity form for sensitivity analysis in the current or the specified maestro session.

Arguments

g_modelGroupValue

Value range. These are the names of model groups.

?nominalValue g_nominalValue

Nominal value, which is the name of model group to be used for the nominal run.

?session t_sessionName

Name of the maestro session.  

If not specified, the current session is used.

Value Returned

t

The model group is set successfully.

nil

Indicates an error.

Examples

Sets the model group modelGroupA, modelGroupB to the Sensitivity form.

maeSensSetModelGroup("modelGroupA modelGroupB" ?nominalValue "modelGroupA")
=> t

Return to top
 ⠀
X