relxRunSimulation
relxRunSimulation(t_sessionName) =>t_processId/nil
Description
It is recommended not to rewrite this function.This function can be added to the asiRunSimulation function when you rewrite it.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
Returns a string that displays the process ID, which can be pending, error, complete, and so on. |
|
Examples
In this example, the function runs the simulation for Relxpert in the current session.
session = asiGetCurrentSession()
relxRunSimulation(session)
Return to top