maeSensGetVar
maeSensGetVar(t_varName[?sessiont_sessionName] ) =>l_varDetails/nil
Description
Returns a list of valid values and the nominal value for the specified global variable from the Sensitivity form for sensitivity analysis in the current or the specified maestro session.
Arguments
|
For example, " |
|
Value Returned
Examples
Returns the value set for Temperature and the variable rload.
maeSensGetVar("temperature")
=> ("-40 70 20" "20")
maeSensGetVar("rload")
=> ("1K 2K" "1K")
Return to top