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

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

t_sessionName

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

Value Returned

t

If the session is created using Spectre, There is no error.

nil

Returns nil and displays an error message in CIW if there is an error.

Also, for any other session, returns nil.

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
 ⠀
X