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

sevImportOutputsFromCSV

sevImportOutputsFromCSV(
t_sevSession
)
=> t / nil

Description

Imports the outputs from the CSV file to the ADE setup.

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 generates the CSV file with the outputs specified in the ADE L session sevSession.

sevImportOutputsFromCSV(sevSession)
=> t

Return to top
 ⠀
X