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

techGetMPPTemplateByName

techGetMPPTemplateByName(
d_techID
t_mppTemplateName
) 
=> l_template / nil

Description

Returns the definition of the specified multipart path (MPP) template in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

t_mppTemplateName

The name of the MPP template to retrieve.

Value Returned

l_template

A list defining the MPP template. The elements of this list match the l_template arguments for techSetMPPTemplate.

nil

The technology database does not exist or the technology library does not contain the named MPP template definition.

Example

techGetMPPTemplateByName(tfID "guardRing")
=> ((("diff" "drawing") 4.0 nil nil nil    nil nil nil
) nil
((("metal1" "drawing") 0.6 t nil nil
("inputOutput" t
("right" "left" "bottom") nil
)
)
)
((("cont" "drawing") 1.0 nil t nil
nil nil -1.2 nil nil
)
)
)

Returns the definition of the MPP template named guardRing in the technology database identified by tfID.


Return to top
 ⠀
X