sevSetSimDataDir
sevSetSimDataDir(t_sessiont_dir) => t / nil
Description
Loads the results for the specified simulation environment session and results directory.
Arguments
|
The complete path of the results directory where the data is stored. The path should include the name of the results directory. |
Value Returned
Example
Loads the results from the results directory, myResults, at the path ~/simulation/ampTest/spectre for the sevSession1 session.
sevSetSimDataDir( ’sevSession1 “~/simulation/ampTest/spectre/myResults” )
=> t
Return to top