techGetCurrentDensityRuleTables
techGetCurrentDensityRuleTables(d_techID) =>l_currentDensityRuleTables/ nil
Description
Returns a list of the current density attribute tables for layers in the specified technology database.
Arguments
Value Returned
Example
techGetCurrentDensityRuleTables (tfID)
=> (("peakACCurrentDensity" "Metal1")
("avgACCurrentDensity" "Metal1")
("rmsACCurrentDensity" "Metal1")
)
Returns a list of the current density constraint tables specified for the layers in the technology database identified by tfID.
Return to top