techGetElectricalRuleTableEntry
techGetElectricalRuleTableEntry(d_techIDt_constraintl_index tx_layer1 [tx_layer2] ) =>g_value/ nil
Description
Returns the value of the specified index in the specified current density table in the specified technology database. ASCII technology file location: currentDensityTables subsection of the layerRules section.
Arguments
|
The optional second layer on which the table constraint is applied. |
Value Returned
|
The technology database does not exist or the table constraint is not defined. |
Example
techGetElectricalRuleTableEntry(tfID "peakACCurrentDensity" list(1.0 0.3) "Metal2")
=> 5e-08
Returns the requested entry from the current density constraint table in the technology database identified by tfID.
Return to top