dbSetPerDesignAFCGName
dbSetPerDesignAFCGName(
d_cellViewid
t_cgName
)
=> t / nil
Description
Sets the specified alternateFoundry constraint group name on the specified cellview. The function does not change the global alternateFoundry constraint group name.
Arguments
|
Name of the constraint group to be set on the specified cellview. |
Value Returned
|
The alternateFoundry constraint group name is set on the specified cellview. |
|
Examples
The alternateFoundry constraint group name myCG is specified on the cellview cv.
dbSetPerDesignAFCGName(cv "myCG")
=> t
Related Topics
Return to top