Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSelectStoredSelectionSet

geSelectStoredSelectionSet(
t_setName
[ d_cellviewId]
)
=> t / nil 

Description

Adds the elements of the specified selection set into the current selection set of the given cellview.

Arguments

t_setName

The name of the stored selection set.

d_cellviewId

Optional argument of a cellview ID.

Value Returned

t

Elements of the specified selection are added to the current selection set.

nil

The cellview ID is invalid or the stored selection set does not exist.

Examples

geSelectStoredSelectionSet("selset1")

Related Topics

Stored Selection Functions


Return to top
 ⠀
X