maeCreateNetlistForRel
maeCreateNetlistForRel(t_relxSetupName[ ?staget_stage] [ ?cornerNamet_cornerName] [ ?netlistDirt_netlistDir][?runt_runName] [?sessiont_session] ) =>t/nil
Description
Creates a netlist for the specified reliability setup. This function supports only Single Run, Sweeps and Corners run mode.
Arguments
Value Returned
|
The netlist for the reliability setup is not created because of an error. |
Examples
The following example creates a netlist for the stress stage of the reliability setup SP_AGING saved in the active setup of the current maestro session.
maeCreateNetlistForRel("SP_AGING" ?stage "stress")
=> t
The following example creates a netlist for the stress stage of the reliability setup SP_AGING saved in Run.0 in the current maestro session.
maeCreateNetlistForRel("SP_AGING" ?stage "stress" ?run "Run.0")
=> t
Return to top