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

geDeselectObject

geDeselectObject( 
d_figId 
[ l_path ] 
)
=> t / nil 

Description

Deselects the specified object at the specified hierarchical path, if it passes the selection filter.

Arguments

d_figId

The figure to be deselected.

l_path

Hierarchical path to d_figId, in the following format:
list(list(instId memInst x y)
list(
instId memInst x y)
.
.
.
)

x and y are integers defining the row and column in case instId is a mosaic.

Value Returned

t

The specified figures are deselected.

nil

The specified figures are not deselected.

Examples

If the seventh member of instId passes the selection filter, deselects the object.

geDeselectobject( figId list((list(instId 7 0 0 )))

Related Topics

Selection Functions


Return to top
 ⠀
X