eco_destroy_net
eco_destroy_net -eco_controld_ecoObj{-name {s_netName…} | -objectd_netObj| -setd_setObj} [ -no_repaint ]
Description
Removes a net by removing all routes and steiners.
Arguments
|
Specifies the command sequence ECO control that was assigned by the originating command. This command is processed immediately but results are not saved until eco_commit is issued. |
||
|
Prevents the artwork from being updated when this command is run. |
||
Examples
The following commands disconnect terminals from a net, then destroy the net.
eco_disconnect_inst_term -eco_control $eco -inst_name B -term_name A
eco_disconnect_inst_term -eco_control $eco -inst_name I2 -term_name Y
eco_destroy_net -eco_control $eco -name n2
Related Topics
Return to top