Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

verticalOffset

placementGrids(
( verticalOffset g_offset )
) ;placementGrids

Sets the minimum offset from the origin for the horizontal placement grid.

Parameters

g_offset

The vertical offset from the origin for the horizontal placement grid. The default value is 0.0.

Example

The horizontal placement grid must be offset by 1.4 from the origin.

placementGrids(
    ( verticalOffset 1.4 )
) ;placementGrids

Return to top
 ⠀
X