blob: 400c7eb7a8693633daeb6bd34b745a7d03c2e940 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LTspice to KiCad Converter
==========================
This module provides functionality to convert LTspice schematic and library files to KiCad-compatible formats.
**Features:**
- Converts LTspice `.asc` and `.lib` files to KiCad schematic and symbol formats.
- Supports symbol mapping and netlist translation.
**Usage:**
Use the provided scripts or GUI to select your LTspice files and convert them for use in KiCad.
.. note::
Source : ``src/converter/ltspiceToKicad.py``
.. automodule:: converter.ltspiceToKicad
:members:
|