Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mgUpdateVertAlignCB

mgUpdateVertAlignCB(
d_cellViewID
s_side
)
=> t / nil

Description

Aligns the selected instances on the specified side. Side can be one of top, bottom, or center.

Arguments

d_cellViewID

Database ID of the cellview.

s_side

The side on which to align the devices.

Value Returned

t

The devices are aligned on the specified side.

nil

The devices are not aligned.

Example

Aligns the selected devices on their top edges.

mgUpdateVertAlignCB(cv "top")

Return to top
 ⠀
X