asiSendRestore
asiSendRestore(o_session) =>t
Description
If DC restore is on, send the commands to restore the DC node voltages to Cadence SPICE. If DC restore is off, sends the commands to turn off the DC restore function to Cadence SPICE. This function also works for the transient restore function.
Note for Integrators: This routine is defined as a method for the Analog Class. You can overload this method for your simulator class, as shown in the example for integrators.
Arguments
Value Returned
Examples
defmethod( asiSendRestore ( ( session <yourSimulator>_session ) ) <insert any code you need>
)
Return to top