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

get_selection_set

get_selection_set 

Description

Returns the selected set identifier for the active window.

Arguments

None

Value Returned

d_setObj

Is the set identifier for the selected set in the active window.

-1

There is no active window.

Examples

In the following example, the first line selects all active layers and objects. The second line calls get_selection_set which returns the set identifier for the selection set and, in this example, assigns it to the Tcl variable cur_set.

select_all
set cur_set [get_selection_set]

Related Topics

Edit Commands


Return to top
 ⠀
X