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

geCrossSectionAddLayerThickness

geCrossSectionAddLayerThickness(’( 
l_layerName 
l_thickness 
)) 
=> t / nil

Description

(Layout MXL Only) Specifies the thickness to be used for displaying the given layers in the cross section viewer. By default, all layers are displayed using the same thickness.
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

Name of the layer for which you want to define the thickness.

l_thickness

Thickness of the layer to be displayed in the cross section viewer.

Value Returned

t

The thickness to be used for displaying the specified layers in the cross section viewer is added to the configuration file.

nil

The command failed.

Example

Adds the specified thickness for displaying Metal1, Metal2, and Metal3 in the cross section viewer.

geCrossSectionAddLayerThickness(’(
( "Metal1" "0.1" )
( "Metal2" "0.1" )
( "Metal3" "0.2" )
))

Related Topics

Cross Section Viewer

Cross Section Viewer Configuration File

Specifying Cross Section Viewer Settings

Cross Section Viewer Functions


Return to top
 ⠀
X