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

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

o_session

Specifies the session object.

Value Returned

t

Sends the commands to Cadence SPICE.

Examples

defmethod( asiSendRestore ( ( session <yourSimulator>_session ) )

    <insert any code you need>
)

Return to top
 ⠀
X