techGetLayerName
techGetLayerName(d_techIDx_layerNumber) =>t_layerName/ nil
Description
Returns the name of the layer associated with the specified layer number defined in the specified technology database. ASCII technology file location: techLayers subsection in the layerDefinitions section; it lists the layers that can be used.
For more information about techLayers, see
Arguments
Value Returned
|
The technology database does not exist or the layer is not defined in the technology database. |
Example
techGetLayerName(techID 1)
=> "nwell"
Returns the layer name nwell for layer number 1.
Return to top