maeSetTags
maeSetTags( [?sessiont_sessionName] [?variablesl_variables] [?cornersl_corners] [?tagsl_tags] [?overwriteg_overwrite] ) => t / nil
Description
Assigns the given tags to the specified corners and variables. You can also append to or overwrite the existing tags.
Arguments
Value Returned
|
The given tags are assigned to the specified variables or corners. |
||
Examples
Assigns the tags projectA and projectB to the variables vdd and vin, and the corners C0 and C1, by overwriting the existing ones.
maeSetTags(?variables '("vdd" "vin") ?corners '("C0" "C1") ?tags '("projectA" "projectB") ?overwrite t)
=> t
Return to top