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

xor_sets

xor_sets 
-set1 d_setObj 
-set2 d_setObj 

Description

Creates a new set that contains objects that are in either of the specified sets, but not in both.

Arguments

-set1 d_setObj

Specifies the first set.

-set2 d_setObj

Specifies the second set.

Value Returned

d_setObj

The set identifier for the new set.

0

The new set is not created.

Examples

Creates a new set that contains objects that are in myset1 or myset2, but not in both.

xor_sets -set1 $myset1 -set2 $myset2

Related Topics

Manipulate Sets


Return to top
 ⠀
X