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

techFindSiteDefByName

techFindSiteDefByName(
d_techID 
t_siteDefName
)
=> d_siteDefID / nil

Description

Returns the database identifier of the named site definition from the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

t_siteDefName

The name of the site definition to find.

Valid values: Any string

Value Returned

d_siteDefID

The database identifier of the site definition with the name siteDefName.

nil

The technology database does not exist or contains no site definition by the specified name.

Example

techFindSiteDefByName(tfID "siteDefA")
=> db:0x02b7a18c

Returns the database identifier for the site definition named siteDefA in the technology database identified by tfID.


Return to top
 ⠀
X