add_object_to_net
add_object_to_net
{-net_name s_netName | -determine_net}
{-object d_ctuObj | -set d_setObj}
Description
Adds an object to a net. You can specify a single object (-object) or a set of objects (-set).
Arguments
Value Returned
Examples
The following example adds objects in the selected set to the mynet net.
add_object_to_net -net mynet -set [get_selection_set]
The following example adds each object in the selected set to a net that the object touches.
add_object_to_net -determine_net -set [get_selection_set]
Related Topics
Return to top