maeGetGlobalFaultOptions
maeGetGlobalFaultOptions( [?sessiont_sessionName] )=>l_globalOptions/nil
Description
Returns the global fault options set in the Virtuoso ADE Fault Setup Global Preferences form. These options are applicable to all faults unless overridden in individual faults or fault rules.
Arguments
Value Returned
Example
The following example shows how to return global fault options set in the currently active session:
maeGetGlobalFaultOptions()
=> (nil defaultBridgeResistance "100" defaultOpenResistance "10K" defaultStuckAtResistance "100" defaultWeightExpr "1" defaultWeightFactor "1" defaultIndividualFaultWeight "1" stuckAtGround "/vin" stuckAtSupply "/vss" applyFaultCollapsing "All Fault rules")
Related Topics
Return to top