summaryrefslogtreecommitdiff
path: root/code/converter/pspiceToKicad.rst
diff options
context:
space:
mode:
Diffstat (limited to 'code/converter/pspiceToKicad.rst')
-rw-r--r--code/converter/pspiceToKicad.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/code/converter/pspiceToKicad.rst b/code/converter/pspiceToKicad.rst
new file mode 100644
index 00000000..f942371f
--- /dev/null
+++ b/code/converter/pspiceToKicad.rst
@@ -0,0 +1,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: \ No newline at end of file