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

geCrossSectionLoadConfig

geCrossSectionLoadConfig( 
t_techLibName
t_configFileName
) 
=> t / nil

Description

(Layout MXL Only) Loads the specified configuration file for displaying the cross section of a layout in the cross section viewer.

Arguments

t_techLibName

Name of the technology library associated with your design.

t_configFileName

Name of the configuration file used for customizing the cross section viewer.

Value Returned

t

The configuration file is loaded.

nil

The command failed.

Example

Loads the crossConfig.il configuration file associated with the technology library of the current design.

geCrossSectionLoadConfig(techGetTechLibName(techGetTechFile(gec())) ".crossConfig.il")

Loads the crossConfig.il configuration file associated with the technology library gpdk045.

geCrossSectionLoadConfig("gpdk045" "./crossConfig.il")

Related Topics

Cross Section Viewer

Cross Section Viewer Configuration File

Specifying Cross Section Viewer Settings

Cross Section Viewer Functions


Return to top
 ⠀
X