techGetCurrentDensityRules
techGetCurrentDensityRules(d_techID) =>l_currentDensityRules/ nil
Description
Returns a list of the current density attributes for layers from the specified technology database.
Arguments
Value Returned
Example
techGetCurrentDensityRules (tfID)
=> (("peakACCurrentDensity" 2.3 "Metal1")
("avgACCurrentDensity" 5.0 "Metal1")
("rmsACCurrentDensity" 4.1 "Metal1")
("avgDCCurrentDensity" 3.0 "Metal1")
)
Returns a list of the current density rules specified for the layers in the technology database identified by tfID.
Return to top