maeSensGetVars
maeSensGetVars( [?sessiont_sessionName] ) =>l_varNames/nil
Description
Returns a list containing the names of all enabled global variables, including Temperature, on the Sensitivity form for the Sensitivity Analysis run mode in the current or the specified maestro session.
Arguments
Value Returned
Examples
Returns the names of all global variables in the active setup.
maeSensGetVars()
=> ("temperature" "cload" "rload")
Return to top