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

techFindWireProfile

techFindWireProfile(
d_techFileID
t_name
)
=> d_wireProfileID / nil

Description

(Virtuoso MultiTech Framework) Returns the ID of a specified wire profile name, if located in a specified technology file.

Arguments

d_techFileID

The database identifier of the technology file.

t_name

The name of the wire profile.

Value Returned

d_wireProfileID

The ID of the specified wire profile, if located.

nil

The specified wire profile could not be located.

Example

techFindWireProfile(tf "wp1")

Locates a wire profile with the name wp1.


Return to top
 ⠀
X