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

asiSendNetlist

asiSendNetlist( 
o_session 
) 
=> t / nil

Description

Sends the raw netlist to Cadence SPICE using the Cadence SPICE sim command.

For more information about the sim command, refer to the Cadence SPICE Reference.

Note for Integrators: This function 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

The raw netlist is sent to Cadence SPICE.

nil

There is an error.

Examples

defmethod( asiSendNetlist (( session <yourSimulator>_session ))
    <insert any code you need>
)

Return to top
 ⠀
X