eco_set_net_preferred_layers
eco_set_net_preferred_layers
{ -all | -net s_netName | -set d_setObj }
-layers {s_layerName…}
[ -eco_control d_ecoObj ]
[ -no_repaint ]
Description
Sets the preferred layers for one or more nets.
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. |
||
|
Is the name of the net for which the preferred layers are set. |
||
|
Prevents the artwork from being updated when this command is run. |
||
Examples
The following command sets the preferred layers for net n2.
eco_set_net_preferred_layers -eco_control $eco -net n2 -layers {M2 M3 M4}
Related Topics
Return to top