asiInitAnalysis
asiInitAnalysis(
o_tool
)
=> t / nil
Description
Initializes the tool-specific analysis options for the tools that are derived from the asiAnalog class. This is not applicable for tools derived from the asiSocket class. This function can be used by third-party integrators to define their own analysis options.
Arguments
Value Returned
Examples
Initializes the tool-specific analysis options for the given tool:
defmethod( asiInitAnalysis ( ( tool <yourSimulator> ) ) asiAddAnalysis( tool ?name 'myAnal
?prompt "My Analysis"
)
)
=> t
Return to top