maeSensSetVar
maeSensSetVar(t_varName g_varValue[?nominalValueg_nominalValue] [?sessiont_sessionName] ) =>t/nil
Description
Adds a global variable to the run options for the Sensitivity analysis run mode in the current or the specified maestro session. If a global variable already exists with the specified name, its value is updated. You can also use this function to change the value of Temperature.
Arguments
Value Returned
|
The variable is set successfully to the run options for the Sensitivity analysis run mode. |
|
Examples
Set the values for global variables rload and vdd.
maeSensSetVar("rload" "50 70")
=> t
maeSensSetVar("vdd" "1 2 3" ?nominalValue "1") => t
Return to top