techGetMPPTemplateNames
techGetMPPTemplateNames(d_techID) =>l_mppTemplateNames/ nil
Description
Returns the names of all multipart path (MPP) templates defined in the current technology database.
Arguments
Value Returned
|
A list of the names of the MPP templates defined in the technology database. |
|
|
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