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
Value Returned
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 Functions
Return to top