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

maeDeleteVar

maeDeleteVar(
t_varName
[ ?session t_sessionName ]
)
=> t / nil

Description

Deletes the specified variable from the setup database.

Arguments

t_varName

Name of the variable to be deleted from the setup.

?session t_sessionName

Name of the session.

If not specified, the output is deleted from the current session.

Value Returned

t

The specified variable is deleted from the setup database.

nil

The specified variable is not deleted.

Examples

Deletes the variable VDD from the specified maestro session.

sess= maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeDeleteVar("VDD")
=> t

Return to top
 ⠀
X