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

techGetMPPTemplateNames

techGetMPPTemplateNames(
d_techID
) 
=> l_mppTemplateNames / nil

Description

Returns the names of all multipart path (MPP) templates defined in the current technology database.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_mppTemplateNames

A list of the names of the MPP templates defined in the technology database.

nil

The technology database does not exist or the does not contain MPP template definitions.

Example

techGetMPPTemplateNames(tfID)
=> ("ntran" "ntran1" "guardRingP" "guardRing")

Returns the names of the MPP templates defined in the technology database identified by tfID.


Return to top
 ⠀
X