Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leExportLabel

leExportLabel( 
[ t_fileName ] 
) 
=> t / nil

Description

Saves the label information in the current cellview to the specified file.

Arguments

t_fileName

Name of the file to which label information is written. If the file already exists, the system prompts you to overwrite it.

Value Returned

t

Label information was saved to the specified file.

nil

Label information was not saved to the specified file. The system issues a message to let you know why the operation failed.

Examples

Saves the label information in the current cellview to a file called labelInfoFile.

leExportLabel("labelInfoFile")


Return to top
 ⠀
X