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

maeDeleteParameter

maeDeleteParameter(
t_parameterName
[ ?session t_sessionName ]
)
=> t / nil

Description

Deletes the specified parameter from the setup database.

Arguments

t_parameterName

Name of the corner to be deleted from the setup.

?session t_sessionName

Name of the session.

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

Value Returned

t

The specified parameter is deleted from the setup database.

nil

The specified parameter is not deleted from the setup database.

Examples

Deletes the parameter /I0/1 from the setup database.

maeDeleteParameter("/I0/l")
=> t

Return to top
 ⠀
X