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

maeGetRelxStressFile

maeGetRelxStressFile(
t_relxSetupName
[ ?run t_runName ]
[ ?session t_session ]
)
=> t_stressFile / nil

Description

Returns the stress file used in the specified reliability setup in the active setup or in the specific run of a run plan.

Arguments

t_relxSetupName

Name of the reliability setup.

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the reliability setup in the active setup is used to retrieve the stress file.

This argument is useful only when the setup has a run plan.

?session t_session

Name of the ADE Explorer or ADE Assembler session.

Default: The current session.

Value Returned

t_stressFile

Name of the stress file.

nil

The stress file cannot be retrieved because of an error.

Examples

The following example returns the stress file being used in the reliability setup relA in the active setup of the current maestro session.

maeGetRelxStressFile("relA")
=> "/servers/user/reliability/simulation/library/cell/maestro/results/maestro/Interactive.6/2/testA/netlist/input.bs0"

Return to top
 ⠀
X