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

dbFindRowRegion

dbFindRowRegion(
d_cvId
t_name
) 
=> d_rowRegionId / nil

Description

Searches for a rowRegion by the specified name in the given cellview.

Arguments

d_cvId

Database ID of a cellview.

t_name

Name of a rowRegion to search.

Value Returned

d_rowRegionId

Database ID of the searched rowRegion, if found.

nil

Returned in case of failure.

Examples

Searches for rowRegion in the cellview cv.

;Create rowRegion
         rowRegion = dbCreateRowRegion(cv "rowRegion" "newRowRegionSpec" point)
         
         ;; Find rowRegion by name.
         dbFindRowRegion(cv "rowRegion")

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X