techGetOrderedElectricalRules
techGetOrderedElectricalRules(d_techID) =>l_electricalRules/ nil
Description
Returns a list of all of the ordered electrical constraints specified in the technology database. ASCII technology file location: orderedElectrical constraints in the foundry constraint group. This is a legacy section of the technology file used to store data converted from a technology file containing an obsolete subclass.
Arguments
Value Returned
Example
techGetOrderedElectricalRules(tfID)
=> ( parallelCap 2.00 metal1 metal2 )
( parallelCap 2.00 metal3 metal4 )
Returns the ordered electrical constraints defined in the technology database identified by tfID.
Return to top