dbMergeNet
dbMergeNet(d_netId1 d_netId2) =>dnetId1/ nil
Description
Merges one netId2 into netId1. The pins, terminals, connections, figures, properties, and signals of the merging net (netId2) are merged into the surviving net (netId1), and member nets of netId2’s signals become members of netId1’s signals. Both of the nets may already be attached to a terminal; both nets must have the same number of bits. If the two nets are in the same net hierarchy, netId1 must not be a descendant of netId2. If the merge is successful, netId1 is returned; otherwise, nil is returned.
Arguments
|
The surviving net to which the merging net gets merged into. |
|
Value Returned
Related Topics
Connectivity Creation and Modification Functions
Return to top