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

techFindSnapPatternDefByName

techFindSnapPatternDefByName(
d_techID
t_name
)
=> snapPatternDefId / nil

Description

(Virtuoso Advanced Node for Layout Standard) Finds a snapPatternDef in the current technology database by name.

Arguments

d_techID

The database identifier of the technology database.

t_name

The name of snapPatternDef.

Value Returned

snapPatternDefId

The snapPatternDef is returned in the specified technology database.

nil

Unable to find snapPatternDef.

Example

techFindSnapPatternDefByName(tech "test1")

Returns the snapPatternDef based on database identifier, tech, and name, test1.


Return to top
 ⠀
X