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

horizontalOffset

placementGrids(
( horizontalOffset f_offset )
) ;placementGrids

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

Values

f_offset

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

Parameters

None

Example

The vertical placement grid must be offset by 1.3 from the origin.

placementGrids(
    ( horizontalOffset 1.3 )
) ;placementGrids

Return to top
 ⠀
X