techGetLayerAnalysisAttribute
techGetLayerAnalysisAttribute(d_techfileID tx_layer t_attributeName) =>g_attributeValue/ nil
Description
Returns the value of a specified attribute for a layer with a layer function that supports attribute analysis.
Arguments
Value Returned
|
The specified attribute is not set on the layer, or the layer does not have a function that supports layer analysis attributes or does not exist in the technology database. |
Example
techGetLayerAnalysisAttribute(tech "Metal1" "lossTangent")
=> 0.9
Returns 0.9 as the value of the lossTangent attribute for the Metal1 layer.
Return to top