Skip to content

yeti01/kicad-spice2-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script generates SPICE2 netlists from the KiCad Schematic Editor.

Simulation commands (.TRAN .DC .PRINT .PLOT) have to be added manually to the file.

Installation

  • Open the "KiCAD Schematic Editor"
  • Navigate to File -> Export -> Netlist...
  • Choose Add Generator...
  • In the next Window, choose Browse Generators...
  • Choose the Spice2.xsl file from where you stored it

image

Now you have a new Tabpage Spice2 from which you can export netlists.

Example

  • Create a drawing in the "KiCAD Schematic Editor"
  • Navigate to File -> Export -> Netlist...
  • Choose Spice2
  • Push Export Netlist
  • In the next Window, choose a location and a filename for your netlist

image

image

* AMPLIFIER
.MODEL BC107 NPN
C1 4 2 10U
C2 3 5 10U
Q1 5 4 6 BC107
R1 7 4 100K
R2 7 5 3.9K
R3 6 0 1K
R4 4 0 24K
R5 3 0 1MEG
V1 2 0 SIN(0 1 1K)
V2 7 0 12.2
.END

About

This script generates SPICE2 netlists from the KiCad Schematic Editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages