bug-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spice models in Java version of Electric


From: Steven Rubin
Subject: Re: Spice models in Java version of Electric
Date: Tue, 07 Dec 2004 19:17:28 -0800

At 10:57 PM 12/6/2004, you wrote:
Hello Steven,

Thank you very much for your earlier help.

I have been trying to write a netlist for a circuit that uses a component that I built using the schematic and icon view. This component uses parameters and the Spice deck shows the name of the component and the parameters, such as:

XRes c1 c2 Res-A-10 A=10

I'm not too surprised about that.

However, I have tried to set the Spice model for this component and the output of the Spice deck does not reflect this. (I was expecting Res-A-10 to change to something else.) I have tried it with primitive components and they do reflect this is the Spice deck.

Is it possible for me to set the Spice model of my component such that it is reflected in the Spice deck?

The Spice model name for cell instances is simply the name of the cell. If you want a different name, change the cell name. Another approach is to use a Spice template for the cell. This is an arbritrary string that gets emitted to the Spice deck in place of the actual contents of the cell. The string can be parameterized, so you can vary it from instance to instance.

   -Steven Rubin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]