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

maeSensDeleteModelGroup

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

Description

Deletes all the model groups specified in the Model Groups setting on the Sensitivity form for Sensitivity analysis in the current or the specified maestro session.

Arguments

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The model group is successfully deleted.

nil

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

Examples

Deletes all the model groups from the run options.

maeSensDeleteModelGroup()
=> t

Return to top
 ⠀
X