maeGetRelxStressFile
maeGetRelxStressFile(t_relxSetupName[?runt_runName] [?sessiont_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
|
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. |
|
Value Returned
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