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

mgAddEmptyRCCB

mgAddEmptyRCCB(
t_side
)
=> nil

Description

Adds an empty row or column to the specified side of a selected instance. To add empty row or column only one instance should be selected.

Argument

t_side

Specifies the string argument that can be left, right, top, or bottom.

Examples

In this example, an empty column is added to the left of the selected instance.

mgAddEmptyRCCB("left")

In this example, an empty row is added to the top of the selected instance.

mgAddEmptyRCCB("top")


Return to top
 ⠀
X