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

asiDeleteFlowchartStep

asiDeleteFlowchartStep( 
o_flowchart 
s_name
[ s_splice ]
)
=> t / nil

Description

Deletes a step and any attached links from an existing flowchart. Typically, you do not need this function because you can unlink any flowchart step that you do not want to use with the asiDeleteFlowchartLink function.

Arguments

o_flowchart

Flowchart object with the step you want to delete.

s_name

Name of the step to delete.

s_splice

Specifies whether the parents of the deleted step are to be linked directly to the children of the deleted step.

Valid Values: t specifies that the new link is to be created, nil specifies that the new link is not to be created

Value Returned

t

The step is deleted.

nil

Unsuccessful operation.

Examples

Deletes the asiSendOptions step from flowchart for the XYZ simulation.

flowchart = asiGetFlowchart( asiGetTool( 'XYZ ))
asiDeleteFlowchartStep( flowchart 'asiSendOptions )

Related Topics

asiDisplayFlowchart

asiDeleteFlowchartLink


Return to top
 ⠀
X