maeExportCornersToCSV
maeExportCornersToCSV(t_sessionName t_CSVFilePath) => t/ nil
Description
Exports corners from a maestro cellview to the given file in CSV format.
Arguments
Value Returned
Examples
Exports the corners from the current maestro session to the file corners1.csv:
maeGetSessions()
=>("fnxSession0")
maeCornersToCSV("fnxSession0" "corners1.csv")
=> t
Return to top