Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetPlaceAreaUtilization

dbSetPlaceAreaUtilization(
d_customPlacementArea
f_utilizationValue
)
=> t / nil 

Description

Sets the assigned placement utilization for the specified custom placeArea.

Arguments

d_customPlacementArea

  

Database ID of the custom placeArea.

f_utilizationValue

The value is should be limited to [0.0,1.0], where 1.0 == 100% utilization.

Value Returned

t

The utilization value is set successfully.

nil

The custom placeArea ID is invalid

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
 ⠀
X