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
|
Name of the configuration file used for customizing the cross section viewer. |
Value Returned
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 Functions
Return to top