maeSensDeleteModel
maeSensDeleteModel(t_modelName[?sessiont_sessionName] ) =>t/nil
Description
Deletes the specified model from the setup for sensitivity analysis in the current or the specified maestro session.
Arguments
Value Returned
|
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