techSetLayerAnalysisAttribute
techSetLayerAnalysisAttribute(d_techfileID tx_layer t_attributeName g_attributeValue) =>t/ nil
Description
Sets a specified attribute value for a layer with a layer function that supports attribute analysis.
FArguments
Value Returned
|
The attribute value was not set. The layer does not have a function that supports layer analysis attributes, or it does not exist in the technology database. |
Example
techSetLayerAnalysisAttribute(tech "Metal1" "materialName" "Copper")
=> 0.9
Sets Copper as the value of the materialName attribute for the Metal1 layer.
Return to top