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

maeSensDeleteModel

maeSensDeleteModel(
t_modelName
[ ?session t_sessionName ] 
)
=> t / nil

Description

Deletes the specified model from the setup for sensitivity analysis in the current or the specified maestro session.

Arguments

t_modelName

Name of the model to be deleted.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The model is deleted.

nil

The model is not deleted. You can review the errors in the log.

Examples

Deletes a model from the run options:

maeSensDeleteModel("gpdk045.scs")
=> t

Return to top
 ⠀
X