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

add_object_to_set

add_object_to_set 
-object d_ctuObj 
-set d_setObj 

Description

Adds an object to a set.

Arguments

-object d_ctuObj

Specifies the object to add.

-set d_setObj

Specifies a set.

Value Returned

None

Examples

The following example adds routes in the selected set to the HL1 highlight set.

foreach item [ml [get_selection_set]] {
if {[string compare [ip type $item] "ctuRoute"] == 0} {
add_object_to_set -object $item -set [get_highlight -name HL1]
}
}

Related Topics

Edit Commands

remove_object_from_net


Return to top
 ⠀
X