Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

relxPostSimulation

relxPostSimulation (
t_sessionName
)

Description

Used to post process the simulation result.

Arguments

t_sessionName

Name of the Spectre session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t

Returns t when the function runs successfully.

nil

There is an error.

Examples

In this example, the function posts the simulation results in the current session.

session = asiGetCurrentSession()
relxPostSimulation(session)

Return to top
 ⠀
X