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

techFindWireProfileGroup

techFindWireProfileGroup(
d_techFileID
t_name
)
=> d_wireProfileGroupID / nil

Description

(Virtuoso MultiTech Framework) Returns the ID of a specified wire profile group 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 group.

Value Returned

d_wireProfileGroupID

The ID of the specified wire profile group, if located.

nil

The specified wire profile group could not be located.

Example

techFindWireProfileGroup(tf "wpg1")

Locates a wire profile group with the name wpg1.


Return to top
 ⠀
X