techSetLayerAbbrev
techSetLayerAbbrev(d_techID tx_layert_layerAbbrev) => t / nil
Description
Updates the abbreviation of the specified layer in the specified technology database. ASCII technology file location: techLayers subsection in the layerDefinitions section; it lists the layers that can be used.
When specifying a layer name abbreviation, consider the possibility of shortened names being displayed in selection windows.
Arguments
Value Returned
|
The technology database does not exist or does not define the layer. |
Example
techSetLayerAbbrev(tfID 16 "met2")
Updates the abbreviation of layer number 16 to met2 in the technology database identified by tfID.
techSetLayerAbbrev(tfID "metal2" "met2")
Updates the abbreviation of the metal2 layer to met2 in the technology database identified by tfID.
Return to top