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

copy_set

copy_set 
-set d_setObj

Description

Creates a new set containing all the objects from the specified set.

Arguments

-set d_setObj

Specifies the set to copy.

Value Returned

d_setObj

The set identifier for the new set.

0

The copy is not created.

Examples

Copies the set specified by the my_set variable into a new set specified by the mynew_set variable.

set mynew_set [copy_set -set $my_set]

Related Topics

Manipulate Sets


Return to top
 ⠀
X