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

sevExportOutputsToFile

sevExportOutputsToFile(
t_sevSession
)
=> t / nil

Description

Exports the output from the ADE setup to the text or CSV file, which is specified by the .cdsenv variable outputsImportExportVersion. If the value of outputsImportExportVersion variable is greater than 1.0, then the function generates the output to the CSV file, else it generates the output to the text file.

You can set the value of the .cdsenv variable outputsImportExportVersion using the command: asimenv.misc outputsImportExportVersion float value.

Arguments

t_sevSession

The simulation environment session. For more information, refer to sevSession.

Value Returned

t

The call is successful.

nil

The call is unsuccessful.

Example

envSetVal("asimenv.misc" "outputsImportExportVersion" 'float 1.1)
sevExportOutputsToFile(sevSession)
=> t


Return to top
 ⠀
X