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

relxRunSimulation

relxRunSimulation(
t_sessionName
)
=> t_processId / nil

Description

Runs the Relxpert simulation.

It is recommended not to rewrite this function.This function can be added to the asiRunSimulation function when you rewrite it.

Arguments

t_sessionName

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

Value Returned

t_processId

Returns a string that displays the process ID, which can be pending, error, complete, and so on.

nil

Returns nil for other sessions or if there is an error.

Examples

In this example, the function runs the simulation for Relxpert in the current session.

session = asiGetCurrentSession()
relxRunSimulation(session)

Return to top
 ⠀
X