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

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

l_layerName

Layers to be displayed on the same line in the cross section viewer.

Value Returned

t

The layers to be displayed on the same line in the cross section viewer are added to the configuration file.

nil

The command failed.

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

Cross Section Viewer Configuration File

Specifying Cross Section Viewer Settings

Cross Section Viewer Functions


Return to top
 ⠀
X