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

geSelectAllFig

geSelectAllFig( 
[ d_cellview ] 
) 
=> t / nil 

Description

Selects all objects in a cellview that pass the selection filter.

Arguments

d_cellview

Database ID of the cellview you want to select. If not specified, the current cellview is used.

Value Returned

t

The objects pass the selection filter and are selected.

nil

The objects do not pass the selection filter and are not selected.

Examples

Selects all objects in cell3.

geSelectAllFig( cell3 )

Related Topics

Selection Functions

Return to top
 ⠀
X