maeSensDeleteVar
maeSensDeleteVar(t_varName[?sessiont_sessionName] ) =>t/nil
Description
Deletes the specified variable from the setup for Sensitivity analysis in the current or the specified maestro session. You can also use this function to delete the value for the Temperature field in the Sensitivity form.
Arguments
|
Name of the variable to be deleted. To delete the value for temperature, specify |
|
Value Returned
Examples
Deletes the specified variable from the run options.
maeSensDeleteVar("vdd")
=> t
Return to top