sevImportOutputsFromCSV
sevImportOutputsFromCSV(t_sevSession) =>t/nil
Description
Imports the outputs from the CSV file to the ADE setup.
Arguments
|
The simulation environment session. For more information, refer to |
Value Returned
Example
The following example generates the CSV file with the outputs specified in the ADE L session sevSession.
sevImportOutputsFromCSV(sevSession)
=> t
Return to top