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

asiDisplayFlowchart

asiDisplayFlowchart( 
o_tool
[ s_rootstep ]
)
=> t / nil

Description

Displays the current steps and links for the flowchart. You can display all the step and link information, or you can display the steps and links that are below the rootstep step. Use this function only to determine which part of the flowchart you want to modify. Do not use this function as part of another procedure.

Arguments

o_tool

Simulation tool object.

s_rootstep

Name of the highest step (in the flowchart) to be displayed. The function returns this step and all the links and steps below it. If you do not specify this step, all the flowchart steps are displayed.

Value Returned

t

Returns t and displays a list of the current steps and links for the flowchart.

nil

Unsuccessful operation.

Examples

Returns the flowchart description for the analog tool.

asiDisplayFlowchart( asiGetTool( 'analog ) )

Return to top
 ⠀
X