constraint_group_exists
constraint_group_exists
-name s_groupName
[-db {tech | design}]
Description
Determines whether a constraint group of the given name exists.
Arguments
|
Specifies the database to search for the constraint group. Default: First design database and then technology database is searched. |
||
Value Returned
Examples
Checks for the existence of the extensions constraint group in the design database.
constraint_group_exists -name extensions -db design
Checks for the existence of the extensions constraint group in both the design and technology databases.
constraint_group_exists -name extensions
Related Topics
Return to top