leGetEntryLayer
leGetEntryLayer( [d_techFileId] ) =>l_layerPurposePair/nil
Description
Returns the entry layer for technology file d_techFileId as a list containing the layer name and layer purpose. If d_techFileId is not specified, the current technology file is used.
Arguments
Value Returned
|
A list of the layer name and purpose if an entry layer for technology file d_techFileId exists. |
|
Example
Returns the layer name and layer purpose for the entry layer in the technology file myTech.
leGetEntryLayer( myTech )
Return to top