asiDisplayAnalysis
asiDisplayAnalysis(o_tool) =>t/nil
Description
Displays the analyses for a tool. Use this function to determine which analyses you need to add or modify. Do not use this function as part of another procedure.
Arguments
Value Returned
Examples
The following example displays the analyses registered for the Analog class:
tool = asiGetTool('analog)
asiDisplayAnalysis(tool)
Related Topics
Return to top