geCrossSectionAddLayerToSkip
geCrossSectionAddLayerToSkip(’(
l_layerName
))
=> t / nil
Description
(Layout MXL Only) Specifies the layers that should not be displayed 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
Value Returned
|
The layers to be skipped from the cross section viewer are added to the configuration file. |
|
Example
Specifies that the PWdummy and Metal5 layers should not be displayed in the cross section viewer.
geCrossSectionAddLayerToSkip(’(
("PWdummy")
("Metal5")
))
Related Topics
Cross Section Viewer Functions
Return to top