geCrossSectionAddLayersToMerge
geCrossSectionAddLayersToMerge(’(
l_layerName
))
=> t / nil
Description
(Layout MXL Only) Specifies the layers that should be displayed on the same line in the cross section viewer.
This SKILL function is used in a loading environment; you cannot run it from the CIW. You can define this function in the configuration file that you want to use for customizing the cross section viewer. The function is run when you load the configuration file by using geCrossSectionLoadConfig.
Arguments
|
Layers to be displayed on the same line in the cross section viewer. |
Value Returned
|
The layers to be displayed on the same line in the cross section viewer are added to the configuration file. |
|
Example
Specifies that the Nwell, Oxide, and "Nimp" layers should be displayed on the same line in the cross section viewer.
geCrossSectionAddLayersToMerge(’(
("Nwell" "Oxide" "Nimp")
))
Related Topics
Cross Section Viewer Functions
Return to top