relxCreateRunObjectFile
relxCreateRunObjectFile(t_sessionName) =>t/nil
Description
Creates the runObject file for the specified session.
You need to rewrite this function if you have a different results directory as compared to the results directory for analyses in Spectre.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
Returns |
Examples
Consider the following example in which the ADE L session is created using Spectre. Now, if you run the relxCreateRunObjectFile function, it returns t when the runObject file is successfully created.
session = asiGetCurrentSession()
relxCreateRunObjectFile(session)
=> t
Return to top