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

maeSetRelxStressFile

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

Description

Sets the stress file to be 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.

t_stressFile

Name and path to the stress file.

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the reliability setup from the active setup is used.

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

Stress file is set successfully.

nil

The stress file cannot be set because of an error.

Examples

The following example sets the stress file input.bs0 to 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")
=> t

Return to top
 ⠀
X