relxPostSimulation
relxPostSimulation (
t_sessionName
)
Description
Used to post process the simulation result.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
Examples
In this example, the function posts the simulation results in the current session.
session = asiGetCurrentSession()
relxPostSimulation(session)
Return to top