leSetEntryLayer
leSetEntryLayer(l_layerPurposePair[d_techFileId] ) => t / nil
Description
Sets the entry layer for technology file d_techFileId to the layer specified by l_layerPurposePair, which can be either a list containing a layer name and a layer purpose, or just a layer name (the layer purpose then defaults to drawing). If d_techFileId is not specified, the current technology file is used.
Arguments
|
Specifies the layer to use as the entry layer for library d_techFileId. |
|
Value Returned
|
The entry layer is not set and the software generates a warning message. |
Example
Makes poly1 with the purpose drawing the entry layer for the technology file myTechFile and returns t.
leSetEntryLayer( list("poly1" "drawing") myTechFile )
Return to top