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

maeExportCornersToCSV

maeExportCornersToCSV(
t_sessionName
t_CSVFilePath
)
=> t / nil

Description

Exports corners from a maestro cellview to the given file in CSV format.

Arguments

t_sessionName

Name of the session.

If not specified, the corners are exported from the current session.

t_CSVFilePath

Path of the CSV file to which the corners are to be exported. If no relative or absolute path is specified, the file is created in the current working directory.

Value Returned

t

The corners are exported to the CSV file.

nil

The corners are not exported.

Examples

Exports the corners from the current maestro session to the file corners1.csv:

maeGetSessions()
=>("fnxSession0")
maeCornersToCSV("fnxSession0" "corners1.csv")
=> t

Return to top
 ⠀
X