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

asiAddFlowchartLink

asiAddFlowchartLink( 
o_flowchart
 

s_parentStep
s_childStep
)
=> t / nil

Description

Creates a new link between the specified parent and child steps, which were created with asiAddFlowchartStep.

Arguments

o_flowchart

Flowchart object.

s_parentStep

Name of the parent step.

s_childStep

Name of the child step.

Value Returned

t

The link is created.

nil

Returns an error message and nil otherwise.

Examples

flowchart = asiGetFlowchart( session )
asiAddFlowchartLink( flowchart 'asiRawNetlist
    'asiRunSimulation )

Adds a flowchart link between the netlist and simulate steps.


Return to top
 ⠀
X