Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

ts_toolName

Name of the tool.

o_session

Session object.

Value Returned

o_tool

Returns the tool object.

Example

tool = asiGetTool( ’XYZ )

Returns the tool object for the XYZ simulator.


Return to top
 ⠀
X