techGetLayerNum
techGetLayerNum(d_techID t_layerName) =>x_layerNumber/ nil
Description
Returns the layer number associated with the specified layer name 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
techGetLayerNum(techID "nwell")
=> 1
Returns the layer number 1 for the layer nwell.
Return to top