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
|
The simulation environment session. For more information, refer to |
Value Returned
Example
envSetVal("asimenv.misc" "outputsImportExportVersion" 'float 1.1)
sevExportOutputsToFile(sevSession)
=> t
Return to top