Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

l_materialName

Name of the material to be skipped from the cross section viewer.

Value Returned

t

The name of the material to be skipped is added to the configuration file.

nil

The command failed.

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

Cross Section Viewer Configuration File

Specifying Cross Section Viewer Settings

Cross Section Viewer Functions


Return to top
 ⠀
X