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
|
Name of the layer for which you want to define the thickness. |
|
|
Thickness of the layer to be displayed in the cross section viewer. |
Value Returned
|
The thickness to be used for displaying the specified layers in the cross section viewer is added to the configuration file. |
|
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 Functions
Return to top