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

asiInvalidateControlStmts

asiInvalidateControlStmts( 
{ o_session | o_tool }
)
=> t / nil

Description

The asiInvalidateControlStmts function is a wrapper to asiInvalidateFlowchartStep, which invalidates the asiSendControlStmts flowchart step.

Arguments

o_session

The simulation session object.

o_tool

The simulation session object.

Value Returned

t

Invalidates the asiSendControlStmts flowchart step.

nil

The step is not invalidated.

Examples

The following example shows how to overload the asiInvalidateControlStmts function:

defmethod( asiInvalidateControlStmts ( ( session Spectre_session ) )
asiInvalidateFlowchartStep( session 'asiSendControlStmts )
)

Return to top
 ⠀
X