techGetLayerFunction
techGetLayerFunction(d_techIDtx_layer) =>g_function/ nil
Description
Returns the function (material) assigned to the specified layer in the specified technology database.
Arguments
|
The layer name or layer number or a list containing the layer name and purpose. |
Value Returned
|
The technology database does not exist, the layer is not defined in the technology database, or the layer function is not defined in the technology database. |
Example
techGetLayerFunction(tfID "metal1")
=> "metal"
Returns the function (metal) assigned to the layer metal1 in the technology database identified by tfID.
Return to top