KiCAD Plugins: Convert LTspice to Kicad Schematic
This is Python scripts to transfer symbols and schematics from LTspice to KiCAD. The goal under that script is to design and simulate under LTspice and to automatically transfer the circuit to KiCAD.
How to use the script:
- run : LTspice2Kicad.bat
- run : python sch_Ltspice2Kicad.py your_schematic.asc
The first step 1. is based on the python script lib_LTspice2Kicad.py and creates many libraries based LTspice symbols library, and also creates a library with all the symbols of the current directory.
The second step 2. transfers the schematic from LTspice to KiCAD and creates 2 files : your_schematic.pro and your_schematic.sch
The current limitations, and so, the to-do list is:
- the hierarchical schematics are not transferred, so only single sheet schematic are properly converted
- the position of the name and value of the component is arbitrary fixed and do not follow the position of LTspice
- the schematics and symbols saved in UTF-16-LE format cannot be converted without script customization, except ADA4807 and ADA4895 symbols
Follow the link below for more info: