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

vfoAbut

vfoAbut(
g_obj
l_instsList
[ @rest l_args ]
)
=> t / nil

Description

Abuts the instances provided in the l_instList. You can pass optional arguments to this SKILL API. Note: The Abut command does not call the vfoAbut function for fluid devices.

Arguments

g_obj

An instance of the vfoAbstractClass SKILL++ class or any of its subclasses.

l_instsList

List of database IDs of fluid Pcell instances on which the abutment operation is called.

l_args

List of optional arguments that can be passed to the function.

Value Returned

t

The instances were successfully abutted.

nil

The instances could not be abutted.

Example

Obj = makeInstance('vfoAbstractClass)
    => stdobj:0x325030
vfoAbut(Obj list(inst1 inst2))
    => t

Return to top
 ⠀
X