techCreateElectricalRuleTable
techCreateElectricalRuleTable(d_techIDt_constraintName l_indexDefinitions tx_layer1[tx_layer2] ) => t / nil
Description
Creates a current density table and indexes for the named layer attribute in the specified technology database. ASCII technology file location: currentDensityTables subsection of the layerRules section. To create table entries, use techSetElectricalRuleTableEntry. If a currentDensityTables subsection does not exist, this function creates one. If a current density table already exists for the named attribute applied to the specified layer or layers, this function replaces it; the original table entries are deleted.
Arguments
Value Returned
Example
techCreateElectricalRuleTable(tfID "peakACCurrentDensity"
list("frequency" nil nil "width" nil nil) "Metal1")
=> t
Creates the table electrical rule peakACCurrentDensity with the indexes frequency and width applied to layer Metal1 in the technology database identified by tfID.
Return to top