maeSetRelxStressFile
maeSetRelxStressFile(t_relxSetupName t_stressFile[?runt_runName] [?sessiont_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
|
Name of the run in a run plan. If you do not specify this argument, the reliability setup from the active setup is used. |
|
Value Returned
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