Re: Graph Data structure to storing components in spice netlist..
- From: Harry George <harry.g.george@xxxxxxxxxx>
- Date: Fri, 15 Dec 2006 11:22:16 GMT
"Jonay Aloat" <jonhat@xxxxxxxxxxx> writes:
Hi;
I want to write a simple parser that can parse a spice nelist that contains
capacitor, resistor, and mosfet. I want to store the componets in a graph
so I can perform the following actions.
1. Check whether or not the network is connected/disconnected
2. Check which components are connectd to the net
3. Check whether the components are in series/paralle.
Any hint where should I start?
Thank you.
-Jonny
There may already be tools to do this. If you have to roll your own, try these tools:
Python
http://www.python.org/
pyspice
http://www.whiteaudio.com/soft/pyspice.html
networkx
https://networkx.lanl.gov/wiki
--
Harry George
PLM Engineering Architecture
.
- Prev by Date: Does PSpice do VHDL-A?
- Next by Date: Re: Does PSpice do VHDL-A?
- Previous by thread: Does PSpice do VHDL-A?
- Next by thread: CAD Packages
- Index(es):