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

geDeselectStoredSelectionSet

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

Description

Removes the elements of the specified selection set from the current selection set of the given cellview.

Arguments

t_setName

The name of the stored selection set.

d_cellviewId

Optional argument. When not specified, the current edit cellview is used. There is one current selection set by cellview.

Value Returned

t

De-selection of elements is successful.

nil

The stored selection set does not exist.

Examples

Removes elements of the specified selection set.

geDeselectStoredSelectionSet("selset1")

Related Topics

Stored Selection Functions


Return to top
 ⠀
X