asiInitAdvAnalysis
asiInitAdvAnalysis(
o_tool
)
=> t / nil
Description
Initializes the tool-specific analysis options for the tools derived from the asiAnalog class. This method can be used by third-party integrators to define their own analysis options in ADE XL.
Arguments
Value Returned
Examples
Initializes the tool-specific analysis options for the given tool:
defmethod( asiInitAdvAnalysis (( tool <yourSimulator> ) ) asiAddAnalysis( tool ?name 'myAdvancedAnalysis
?prompt "My Advanced Analysis"
)
)
=> t
Return to top