techFindViaDefByName
techFindViaDefByName(d_techIDt_viaDefName) =>d_viaDefID/ nil
Description
Returns the database identifier of the named via definition in the specified technology database.
Arguments
|
The name of the via definition to find. Valid values: A string that is the name of a valid via definition |
Value Returned
|
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