Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlad-ivanov-name/kicad-spice-extras
Convert Kicad schematic to SPICE netlist
https://github.com/vlad-ivanov-name/kicad-spice-extras
kicad spice
Last synced: 22 days ago
JSON representation
Convert Kicad schematic to SPICE netlist
- Host: GitHub
- URL: https://github.com/vlad-ivanov-name/kicad-spice-extras
- Owner: vlad-ivanov-name
- License: mit
- Created: 2015-10-15T19:57:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T12:57:05.000Z (almost 9 years ago)
- Last Synced: 2023-03-25T23:07:06.756Z (over 1 year ago)
- Topics: kicad, spice
- Language: XSLT
- Homepage:
- Size: 19.5 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## kicad-spice-extras
kicad-spice-extras is a tool that allows to export a Kicad EESchema schematic to a SPICE-compatible netlist. It consists of a XSL transformation script and a set of helper components. These components allow to generate a number of SPICE simulation commands automatically based on schematic.
### Usage
1. Create a schematic
2. Place a simulation controller component and modify its attributes
3. Place probes
4. If needed, place an “include” component
5. Export the schematic using the provided transformation script
6. Run the resulting netlist through a SPICE simulator of you choice### Tool support
The generated netlist is compatible with Tina (incl. Tina-TI), Orcad PSpice and Xyce.