techGetCurrentDensityRuleTable
techGetCurrentDensityRuleTable(d_techID t_ruleTableName tx_layer) =>l_currentDensityRuleTable/ nil
Description
Returns the named current density attribute table for the specified layer in the specified technology database.
Arguments
Value Returned
|
The technology database does not exist or the requested current density constraint table does not exist. |
|
Example
techGetCurrentDensityRuleTable (tfID "avgACCurrentDensity" "metal1")
=> (("frequency" nil nil "width" nil nil)
(10.0 0.25) 2.3e-07
(10.0 0.35) 3.5e-07
(210.0 0.25) 3.5e-07
(210.0 0.35) 3.5e-07
)
Returns the requested current density constraint table in the technology database identified by tfID.
Return to top