dbSetPlaceAreaUtilization
dbSetPlaceAreaUtilization(
d_customPlacementArea
f_utilizationValue
)
=> t / nil
Description
Sets the assigned placement utilization for the specified custom placeArea.
Arguments
|
The value is should be limited to [0.0,1.0], where 1.0 == 100% utilization. |
|
Value Returned
Examples
Sets the assigned placement utilization for the place area in the current cellview.
placeArea = car(dbGetCellViewPlaceArea(geGetEditCellView())
dbSetPlaceAreaUtilization(placeArea .8)
Related Topics
Placement Database Access Functions
Return to top