techGetViaLayers
techGetViaLayers(d_techID) =>l_viaLayers/ nil
Description
Returns a list of the sets of layers used in the standard via definitions defined in the specified technology database.
Arguments
Value Returned
|
The list of sets of layers used in standard via definitions. The list has the following syntax: |
|
|
The technology database does not exist or does contain any standard via definitions. |
Example
techGetViaLayers(tfID)
=> (
("metal1" "via" "metal2")
("metal2" "via2" "poly")
)
Lists the sets of layers used in standard via definitions in the technology database identified by tfID.
Return to top