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
|
The simulation environment session. For more information, refer to |
Value Returned
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