techGetPrStackVias
techGetPrStackVias(d_techID) =>l_stackVias/ nil
Description
Returns a list of the via layer pairs defined as stackable in the specified technology database. ASCII technology file location: stackable in the foundry constraint group of specified technology file.
Arguments
Value Returned
Example
techGetPrStackVias(tfID)
=> (("via" "via2")
("via3" "via4")
)
Returns the via layer pairs defined as stackable in the foundry constraint group of the technology database identified by tfID.
Return to top