vcpfePlaceConstraintGroup
vcpfePlaceConstraintGroup(d_cellViewID) =>s_constraintGroupName
Description
Returns the name of the constraint group that will be used when the placer is run on the specified cellview.
Arguments
|
Database ID of the cellview whose constraint group you want to identify. |
Value Returned
|
The name of the constraint group in effect for the specified cellview. |
|
Example
Returns the constraint group for the cellview currently being edited.
vcpfePlaceConstraintGroup( geGetEditCellView() )
Return to top