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

techFindFingerDef

techFindFingerDef(
d_techFileID
t_name
)
=> d_fdID / nil

Description

(Virtuoso MultiTech Framework) Returns the ID of a specified finger definition, if located in a specified technology file.

Arguments

d_techFileID

The database identifier of the technology file.

t_name

The name of the finger definition.

Value Returned

d_fdID

The ID of the specified finger definition, if located.

nil

The specified finger definition could not be located.

Example

techFindFingerDef(tf "fd1")

Returns the ID of a finger definition with the name fd1 in the tf technology file.


Return to top
 ⠀
X