maeSensGetModel
maeSensGetModel(t_modelName[?sessiont_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
Value Returned
Examples
Returns the details of the specified model.
maeSensGetModel("gpdk045.scs")
=> ("ff mc dd" "ff")
Return to top