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

geIsObjectAllSelected

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

Description

Tests if the specified figure is 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 fully selected.

nil

The specified figure is not fully selected.

Examples

Checks to see if figId is selected.

geIsObjectAllSelected(figId)

Related Topics

Selection Functions


Return to top
 ⠀
X