maeGetFaults
maeGetFaults( [?sessiont_sessionName] [?activeGroupToRung_activeGroupToRun] [?faultRuleNamet_faultRuleName] [?groupNamet_groupname] ) =>t_faultsFileName/nil
Description
Runs Spectre info analysis to generate the faults for the specified fault group or fault rule. The generated faults are saved in a file. To view the generated faults, you can either open the file or use the Preview Faults commands in the Fault Setup assistant.
Arguments
Value Returned
Example
The following example shows how to get faults for the group RB1:
maeGetFaults(?faultRuleName "RB1")
=> INFO (ADE-3071): Simulation completed successfully. reading simulation data... ...successful. To view the faults generated, open /usePath/simulation/libName/cellName/viewName/results/maestro/.tmpADEDir_usename/DCGain/libName_cellName_viewName_spectre/faultInfo/psf/ruleFaults.scs file.
Related Topics
Return to top