asiDisplaySimOptionFormProperties
asiDisplaySimOptionFormProperties(o_tool) =>t/nil
Description
Displays the characteristics of the Simulator Options form. 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
|
Displays a list of Simulator Option form characteristics and returns |
|
Examples
Displays the form characteristics of the Spectre Simulator Options form and returns t.
asiDisplaySimOptionFormProperties( asiGetTool('Spectre) )
Return to top