maeDeleteTags
maeDeleteTags( [?sessiont_sessionName] [?variablesl_variableNames] [?cornersl_cornerNames] ) => t / nil
Description
Deletes the tags from the given list of variables and corners in the given session.
Arguments
|
If not specified, the tags are deleted from the current session. |
|
|
A list of valid global or test variables from which the tags are to be deleted. |
|
Value Returned
|
The tags are deleted from the given list of variables and corners. |
|
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