techGetViaStackLimit
techGetViaStackLimit(d_techID) =>l_viaStackLimit/ nil
Description
Returns the first viaStackingLimits constraint in the foundry constraint group in the specified technology database.
Arguments
Value Returned
Example
techGetViaStackLimit(tfID)
=> (3 "Metal1" "Metal5")
Returns the first via stack limit defined in the foundry constraint group in the technology database identified by tfID.
Return to top