Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schSelectAllFig

schSelectAllFig( 
[ d_cvId ] 
)
=> t

Description

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

Arguments

d_cvId

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

Value Returned

Always returns t.

Examples

Selects all objects from the cellview in the current window.

schSelectAllFig( )

Return to top
 ⠀
X