asiDisplayAnalysisOptionFormProperties
asiDisplayAnalysisOptionFormProperties(o_analysis) =>t/nil
Description
Displays the characteristics for one of the analysis options forms. Use this function only to determine which form characteristics you want to modify. Do not use this function as part of another procedure.
Arguments
Value Returned
Examples
The following example displays the form characteristics for the Transient Options form:
asiDisplayAnalysisOptionFormProperties(
asiGetAnalysis( asiGetTool( 'Spectre ) 'tran))
Related Topics
Return to top