asiAddFlowchartLink
asiAddFlowchartLink(o_flowcharts_parentStep s_childStep ) =>t/nil
Description
Creates a new link between the specified parent and child steps, which were created with asiAddFlowchartStep.
Arguments
Value Returned
Examples
flowchart = asiGetFlowchart( session )
asiAddFlowchartLink( flowchart 'asiRawNetlist 'asiRunSimulation )
Adds a flowchart link between the netlist and simulate steps.
Return to top