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

mgAddBodyContact

mgAddBodyContact(
s_side
)
=> t / nil

Description

Adds a body contact on the specified side to the selected instances inside a Modgen. Side can be one of left, right, top, or bottom.

Arguments

s_side

The side on which to add a body contact.

Valid values are left, right, top, or bottom.

Value Returned

t

The body contact is added.

nil

The body contact is not added.

Example

Adds a body contact to the left side of any selected instances in the Modgen currently being modified.

mgAddBodyContact("left")

Return to top
 ⠀
X