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

asiGetFlowchart

asiGetFlowchart( 
{ o_tool | o_session }
)
=> o_flowchart

Description

Gets the flowchart object for a tool or session.

Arguments

o_tool

Simulation tool object.

o_session

Simulation session object.

Value Returned

o_flowchart

Returns the flowchart object.

Examples

Returns the flowchart object for the analog tool.

flowchart = asiGetFlowchart( asiGetTool(’analog) )

Return to top
 ⠀
X