vfoMergeInstances
vfoMergeInstances(g_obj d_inst1 d_inst2[ @restl_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
|
An instance of the |
|
|
List of optional arguments that can be passed to the function. |
Value Returned
|
The database ID of the merged instance, if the |
|
Example
Obj = vfoAllocateProtocolObj(inst1) => stdobj@0x148f5138 vfoMergeInstances(obj inst1 inst2) => db:0xf11ec794
Return to top