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

asiDeleteFlowchartLink

asiDeleteFlowchartLink( 
o_flowchart 
s_parentStep
s_childStep
)
=> t / nil

Description

Deletes the link between the specified parent and child steps.

Arguments

o_flowchart

Flowchart object.

s_parentStep

Name of the parent step.

s_childStep

Name of the child step.

Value Returned

t

The link between the steps is removed.

nil

Unsuccessful operation.

Examples

Removes the link connecting the asiSendControlStmts step to the asiRunSimulation step.

asiDeleteFlowchartLink( flowchart
'asiSendControlStmts 'asiRunSimulation
)

Related Topics

asiDisplayFlowchart


Return to top
 ⠀
X