Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

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

-determine_net

Adds each object to a net it touches.

-net_name s_netName

Specifies the name of the net.

-object d_ctuObj

Specifies the identifier for the object to add.

-set d_setObj

Specifies the identifier for a set of objects to add.

Value Returned

None

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

Edit Commands

remove_object_from_net


Return to top
 ⠀
X