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

relxGetStressFileDir

relxGetStressFileDir(
o_session
)
=> t_stressFileDir / nil

Description

Returns the directory of the stress file.

Arguments

o_session

Session object of the current session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t_stressFileDir

Directory where the stress file, input.bs0, is saved.

nil

Returns nil if reliability analysis is not enabled in the test setup or if there is an error.

Examples

In this example, the function returns the directory of the stress file.

session = asiGetCurrentSession()
relxGetStressFileDir(session)


Return to top
 ⠀
X