asiFormatControlStmts
asiFormatControlStmts(o_sessionp_fp) =>t/nil
Description
Creates and formats all control statements. It formats the following in the given order:
-
node sets by calling
asiFormatNoteSet -
initial conditions by calling
asiFormatInitCond -
simulator options by calling
asiFormatSimulatorOptions -
analyses by calling
asiFormatAnalysisList -
nets/currents to save by calling
asiFormatKeepList
Arguments
Value Returned
|
The complete simulator input file was generated successfully. |
|
Examples
The following example shows how to overload the asiFormatControlStmts function:
defmethod( asiFormatControlStmts (( session asiAnalog_session ) fp )
callNextMethod()
asiFormatMyControlStmt( session fp )
)
Return to top