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

maeSensGetModel

maeSensGetModel(
t_modelName
[ ?session t_sessionName ] 
)
=> l_modelDetails / nil

Description

Returns a list of valid values and the nominal value for the specified model from the Sensitivity form for Sensitivity analysis in the current or the specified maestro session.

Arguments

t_modelName

Name of the model for which the values are to be returned.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_modelDetails

A list containing the following items:

  • Valid values for the given model
  • The nominal value specified for the given model

nil

Indicates an error.

Examples

Returns the details of the specified model.

maeSensGetModel("gpdk045.scs")
=> ("ff mc dd" "ff")

Return to top
 ⠀
X