Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeSensDeleteVar

maeSensDeleteVar(
t_varName
[ ?session t_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

t_varName

Name of the variable to be deleted. To delete the value for temperature, specify "temperature".

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The variable is deleted.

nil

Indicates an error.

Examples

Deletes the specified variable from the run options.

maeSensDeleteVar("vdd")
=> t


Return to top
 ⠀
X