dbRenameNet
dbRenameNet(
d_netId
t_newNetName
)
=> t / nil
Description
This function changes the name of the net pointed by netId to the newNetName.
Arguments
|
Specifies the ID of the net for which you want to change the name. |
|
Value Returned
Example
net = dbCreateNet(cv "net1")
dbRenameNet(net "newNet")
Related Topics
Connectivity Creation and Modification Functions
Return to top