eco_create_net
eco_create_net -eco_controld_ecoObj-names_netName[ -no_repaint ]
Description
Creates a new net. To establish connectivity, you must use eco_connect_inst_term and eco_connect_term.
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 command creates a net n2.
eco_create_net -eco_control $eco -name n2
Related Topics
Return to top