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

asiFormatControlStmts

asiFormatControlStmts( 
o_session 
p_fp
) 
=> t / nil

Description

Creates and formats all control statements. It formats the following in the given order:

Arguments

o_session

The simulation session object.

p_fp

The file pointer.

Value Returned

t

The complete simulator input file was generated successfully.

nil

Input file is not generated.

Examples

The following example shows how to overload the asiFormatControlStmts function:

defmethod( asiFormatControlStmts (( session asiAnalog_session ) fp )
callNextMethod()
asiFormatMyControlStmt( session fp )
)

Return to top
 ⠀
X