Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetCellViewSiteDefs

techGetCellViewSiteDefs(
d_cellviewID
)
=> l_siteDefIDs / nil

Description

Returns a list of database identifiers of the site definitions used in the rows of the given cellview in the specified technology database.

Arguments

d_cellviewID

The database identifier for the cellview.

Value Returned

l_siteDefIDs

The database identifiers of the site definitions used in the cellview

nil

The technology database does not exist or no site definitions are used by the cellview.

Example

cvID = deGetCellView()
db:0x01d0800d

Returns the database identifier for the current cellview and assigns it to the variable cvID.

techGetCellViewSiteDefs( cvID )
(db:0x017b8f0c db:0x017b8f0d)

Returns the database identifiers for the site definitions for the current cellview.


Return to top
 ⠀
X