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

dbFindRowRegionSpec

dbFindRowRegionSpec(
d_cvId 
t_name
) 
=> d_specId / nil

Description

Searches for a rowRegionSpec with the specified name in the given cellview.

Arguments

d_cellviewId

Database ID of a cellview.

t_name

Name of a rowRegionSpec.

Value Returned

d_rowRegionSpecId

Database ID of the searched rowRegionSpec, if found.

nil

Returned in case of failure.

Examples

Searches for the rowRegionSpec rowRegion in the cellview cv.

dbFindRowRegionSpec(cv "rowRegion") 

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X