dbSetTopologyNet
dbSetTopologyNet(
d_topologyId
d_netId
)
=> t / nil
Description
Changes the net associated with the specified topology. The net must be a single-bit net.
Arguments
Value Returned
|
The net association of the topology was changed with the specified net ID. |
|
|
The net association of the topology was not changed with the specified net ID. |
Examples
dbSetTopologyNet(top, netB)
Related Topics
Topology Pattern Database Access Functions
Return to top