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

geIsObjectSelected

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

Description

Tests if the specified figure is partially or fully selected.

Arguments

d_figId

The figure to be tested.

l_path

Hierarchical path to the 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 figure is partially or fully selected.

nil

The specified figure is neither partially nor fully selected.

Examples

Checks to see if figId is partially or fully selected.

geIsObjectSelected(figId)

Related Topics

Selection Functions


Return to top
 ⠀
X