maeSensSetModel
maeSensSetModel(
t_modelName
g_modelValue
[ ?nominalValue g_nominalValue ]
[ ?session t_sessionName ]
[ ?modelTest t_modelTest ]
[ ?modelblock t_modelBlock ]
)
=> t / nil
Description
Adds a model on the Sensitivity form for Sensitivity Analysis in the current or the specified maestro session.
Arguments
|
t_modelName
|
Name of the model.
|
|
g_modelValue
|
Value range, which is the names of sections to be used from the specified model.
|
|
?nominalValue g_nominalValue
|
|
|
Nominal value, which is the section name to be used for the nominal run.
|
|
?session t_sessionName
|
|
|
Name of the maestro session.
If not specified, the current session is used.
|
|
?modelTest t_modelTest
|
|
|
Name of the test for which the model is to be used.
The default value is "All". This specifies that the model is associated with all the tests in the cellview.
|
|
?modelBlock t_modelBlock
|
|
|
Name of the block for which the model is to be used.
The default value is "Global". This specifies that the model is associated with all the design blocks.
|
Value Returned
|
t
|
The model is set successfully.
|
|
nil
|
Indicates an error.
|
Examples
Sets the model gpdk045.scs on the Sensitivity form.
-
Sections
ff and mc are used by all the tests. -
Section
mc is used for the nominal run:
maeSensSetModel("gpdk045.scs" "ff mc" ?nominalValue "mc")
=> t
Return to top