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

maeExportGlobalVariablesToCSV

maeExportGlobalVariablesToCSV(
t_sessionName
t_CSVFilePath
)
=> t / nil

Description

Exports global variables from Virtuoso ADE Assembler to the given CSV file.

Arguments

t_sessionName

Name of the session.

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

t_CSVFilePath

Name of the CSV file to which the variables are to be exported.

Value Returned

t

The global variables are exported to the CSV file.

nil

The global variables are not exported.

Examples

Exports the global variables from the current maestro session to the file globalvar.csv:

maeGetSessions()
=>("fnxSession0")
maeExportGlobalVariablesToCSV("fnxSession0" "globalvar.csv")
=> t

Return to top
 ⠀
X