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

techFindViaDefByName

techFindViaDefByName(
d_techID 
t_viaDefName
)
=> d_viaDefID / nil

Description

Returns the database identifier of the named via definition in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

t_viaDefName

The name of the via definition to find.

Valid values: A string that is the name of a valid via definition

Value Returned

d_viaDefID

The database identifier of the via definition.

nil

The technology database does not exist or does not contain the named via definition.

Example

techFindViaDefByName(tfID "viaDef2")
=> db:0x03b7a18c

Returns the database identifier for the via definition named viaDef2 in the technology database identified by tfID.


Return to top
 ⠀
X