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

dbGetPlacementGrid

dbGetPlacementGrid(
d_cellviewId 
)
=> l_placementGridInfo / nil 

Description

Returns the placement grid information for the specified cellview.

Arguments

d_cellviewId

Database ID of the cellview.

Value Returned

l_placementGridInfo

The origin of the placement grid, and the pitch X and Y values are returned.

nil

The cellview ID is invalid

Examples

The following returns the X origin, Y origin, X pitch, and Y pitch

dbGetPlacementGrid(geGetEditCellView())
((0.0 0.0) 10.0 10.0)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X