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

and_sets

and_sets 
-set1 d_setObj 
-set2 d_setObj

Description

Creates a new set that contains objects that are in both set1 and set2. This is also known as a set intersection.

Arguments

-set1 d_setObj

Specifies the first set.

-set2 d_setObj

Specifies the second set.

Value Returned

d_setObj

Set identifier for the new set.

0

The new set is not created.

Examples

Creates a highlight set, HL4, that contains objects that are common to both the HL1 highlight set and the selected set.

add_highlight -set [and_sets -set1 [get_highlight -name HL1] -set2 [get_selection_set]] -color blue -name HL4

Related Topics

Manipulate Sets


Return to top
 ⠀
X