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

asiExecuteFlowchart

asiExecuteFlowchart( 
o_session 
s_goalStep 
[ s_printMessages ]
)
=> t / nil

Description

Executes the flowchart for a given session up to and including the goal step.

Arguments

o_session

Simulation session object.

s_goalStep

Name of the last flowchart step to execute.

s_printMessages

Specifies whether or not the runmessages for the steps are suppressed as they are executed.

Valid Values: t displays the runmessages, nil suppresses the runmessages
Default Value: t

Value Returned

t

The flowchart executes as far as the goal step.

nil

Indicates an error.

Examples

Executes the flowchart as far as the raw netlisting step.

asiExecuteFlowchart( session 'asiRawNetlist )

Return to top
 ⠀
X