maeGetFaultRule
maeGetFaultRule( [ faultRuleNamet_faultRuleName] [ ?sessiont_sessionName] ) =>l_faultRule/ nil
Description
Returns the properties set for the fault rule with the given name.
Arguments
Value Returned
Example
The following example shows how to return the properties of a fault rule named RB5:
maeGetFaultRule("RB5")
=> (nil faultRuleName "RB5" faultType "Bridge" resistance "250" weightExpr "w * l"
weightFactor "1" inst "I3" excludeInst "" excludeSubckt "" faultDevices "NM0"
pinNames "*" extraOptions "" useNetlistSyntax nil enableIEEE2427Mode nil
enableFaultCollapse t)
Related Topics
Return to top