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

sevImportOutputsFromFile

sevImportOutputsFromFile(
t_sevSession
)
=> t / nil

Description

Imports the output to the ADE setup from 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 imports the outputs from the CSV file, else it imports the outputs from 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

The following example imports outputs from the CSV file in the ADE L session sevSession.

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


Return to top
 ⠀
X