asiSendDesignVars
asiSendDesignVars(o_session) =>t/nil
Description
Sends the design variables to Cadence SPICE.
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
Value Returned
Examples
defmethod( asiSendDesignVars (( session <yourSimulator>_session ))
<insert any code you need>
)
Return to top