geCrossSectionAddMaterialToSkip
geCrossSectionAddMaterialToSkip(’(
l_materialName
))
=> t / nil
Description
(Layout MXL Only) Specifies the material to be skipped. Layers made of the specified material are not 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
|
Name of the material to be skipped from the cross section viewer. |
Value Returned
|
The name of the material to be skipped is added to the configuration file. |
|
Example
Specifies that the layers made of the following material should not be displayed in the cross section viewer: nplus, pplus, recognition, and passivationCut.
geCrossSectionAddMaterialToSkip(’(
("nplus")
("pplus")
("recognition")
("passivationCut")
))
Related Topics
Cross Section Viewer Functions
Return to top