leSetLayerAttributes
leSetLayerAttributes(
d_techFileId
g_layerPurposePair
l_attributeList
)
=> t / nil
Description
Sets the attributes of the specified layer in the technology file d_techFileId as specified by g_layerPurposePair and l_attributeList.
Arguments
Value Returned
|
The attributes of the layer are set to the specified values. |
|
|
The attributes of the layer are not set to the specified values. |
Example
Sets layer metal1Res drawing in techFileId to valid, not selectable, and visible.
leSetLayerAttributes(techFileId list('("metal1Res" "drawing") t nil t))
Return to top