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

maeDeleteTags

maeDeleteTags(
[ ?session t_sessionName ]
[ ?variables l_variableNames ]
[ ?corners l_cornerNames ]
)
=> t / nil

Description

Deletes the tags from the given list of variables and corners in the given session.

Arguments

?session t_sessionName

Name of the session.

If not specified, the tags are deleted from the current session.

?variables l_variableNames

A list of valid global or test variables from which the tags are to be deleted.

?corners l_cornerNames

A list of corners from which the tags are to be deleted.

Value Returned

t

The tags are deleted from the given list of variables and corners.

nil

The tags are not deleted.

Examples

Deletes the tags from two variables and two corners in the current session.

maeDeleteTags(?variables '("vdd" "vin") ?corners '("C0" "C1"))
=> t

Return to top
 ⠀
X