techHasLayerAnalysisAttribute
techHasLayerAnalysisAttribute(d_techfileID tx_layer t_attributeName) =>t/ nil
Description
Checks if a specified attribute has been set for a layer with a layer function that supports attribute analysis.
Arguments
Value Returned
|
The specified attribute does not have a value for the layer, or the layer does not have a function that supports layer analysis attributes or does not exist in the technology database. |
Example
techHasLayerAnalysisAttribute(tech "Metal1" "lossTangent")
=> t
Returns t to indicate that a lossTangent attribute value has been set for the Metal1 layer.
Return to top