asiSendKeepList
asiSendKeepList(o_session) =>t/nil
Description
Sends the keep list to Cadence SPICE. The keep list can contain a list of nets or currents to save and it can contain statements to keep all nets or keep all currents.
Note for Integrators: This function is defined as a method for the Analog Class and is called by asiSendControlStmts. You can overload this method for your simulator class, as shown in the example for integrators.
Arguments
Value Returned
Examples
defmethod( asiSendKeepList (( session <yourSimulator>_session )) <insert any code you need>
)
Return to top