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

asiInvalidateFlowchartStep

asiInvalidateFlowchartStep( 
o_session 
s_step
) 
=> t / nil

Description

Invalidates a flowchart step for a particular session.

You can use this function to invalidate a particular step that has become obsolete or out of date. This way, when a step that is dependent on the invalidated step must be executed, the system will first re-execute the invalidated to step to make it current.

Arguments

o_session

Simulation session object.

s_step

Name of the flowchart step that you want to invalidate.

Value Returned

t

The flowchart step is invalidated.

nil

Unsuccessful operation.

Examples

Invalidates the netlisting step for the session.

asiInvalidateFlowchartStep( session 'asiRawNetlist )

Related Topics

asiDisplayFlowchart


Return to top
 ⠀
X