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

geIsObjectPartiallySelected

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

Description

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

nil

The specified figure is not partially selected.

Examples

Checks to see if figId is partially selected.

geIsObjectPartiallySelected(figId)

Related Topics

Selection Functions


Return to top
 ⠀
X