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

geDeleteStoredSelectionSet

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

Description

Removes the specified stored selection set from the manual store 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

The removal of the set is successful.

nil

The stored selection set does not exist.

Examples

Removes the specified stored selection set.

geDeleteStoredSelectionSet("selset1")

Related Topics

Stored Selection Functions


Return to top
 ⠀
X