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

geCrossSectionClearConfig

geCrossSectionClearConfig( 
t_techLibName
) 
=> t / nil

Description

(Layout MXL Only) Unloads the configuration file from the memory so that it is not used for displaying the cross section of a layout.

Arguments

t_techLibName

Technology library name associated with the design.

Value Returned

t

The configuration file is unloaded from the memory.

nil

The command failed.

Example

Clears the configuration file associated with the technology library gpdk045, from the memory.

geCrossSectionClearConfig("gpdk045")

Clears the configuration file associated with the current technology library from the memory.

geCrossSectionClearConfig(techGetTechLibName(techGetTechFile(gec())))

Related Topics

Cross Section Viewer

Cross Section Viewer Configuration File

Specifying Cross Section Viewer Settings

Cross Section Viewer Functions


Return to top
 ⠀
X