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

vfoMergeInstances

vfoMergeInstances(
g_obj
d_inst1
d_inst2
[ @rest l_args ]
) 
=> dbId / nil

Description

Merges the fluid Pcell instances inst1 and inst2. The Merge command for fluid Pcells does not pass these arguments. This function updates the relevant Pcell parameters.

Arguments

g_obj

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

d_inst1 d_inst2

The database ID of the instances to be merged.

l_args

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

Value Returned

dbId

The database ID of the merged instance, if the Merge operation is successful.

nil

The instances could not be merged.

Example

Obj = vfoAllocateProtocolObj(inst1)
    => stdobj@0x148f5138
vfoMergeInstances(obj inst1 inst2)
    => db:0xf11ec794

Return to top
 ⠀
X