blob: f942371fb3ba167b8148f1fe0884f64d9ab32ccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PSpice to KiCad Converter
=========================
This module provides functionality to convert PSpice schematic and library files to KiCad-compatible formats.
**Features:**
- Converts PSpice `.sch` 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 PSpice files and convert them for use in KiCad.
.. note::
Source : ``src/converter/pspiceToKicad.py``
.. automodule:: converter.pspiceToKicad
:members:
|