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
Value Returned
|
A list defining the MPP template. The elements of this list match the l_template arguments for techSetMPPTemplate. |
|
|
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