asiGetTool
asiGetTool(
{ t_toolName | o_session }
)
=> o_tool
Description
Returns the tool object associated with the specified tool name or session. If the tool object is not found, an attempt is made to create and initialize the tool.
Arguments
Value Returned
Example
tool = asiGetTool( ’XYZ )
Returns the tool object for the XYZ simulator.
Return to top