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

mgUpdateHoriAlignCB

mgUpdateHoriAlignCB(
d_cellViewID
s_side
)
=> t / nil

Description

Aligns the selected instances on the specified side. Side can be one of left, right, 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 left sides.

mgUpdateHoriAlignCB(cv "left")

Return to top
 ⠀
X