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

dbSetPlaceAreaOrient

dbSetPlaceAreaOrient(
d_customPlacementArea
s_orientation
)
=> t / nil 

Description

Sets the orientation of the specified custom placeArea.

Arguments

d_customPlacementArea

  

Database ID of a custom placeArea.

s_orientation

The orientation of the custom placeAreas.

Value Returned

t

The orientation is set successfully.

nil

The custom placeArea ID is invalid

Examples

Sets the orientation of the place area in the current cellview.

placeArea = car(dbGetCellViewPlaceArea(geGetEditCellView())
dbSetPlaceAreaOrient(placeArea "R90")

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X