summaryrefslogtreecommitdiff
path: root/code/converter/LtspiceLibConverter.rst
diff options
context:
space:
mode:
Diffstat (limited to 'code/converter/LtspiceLibConverter.rst')
-rw-r--r--code/converter/LtspiceLibConverter.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/code/converter/LtspiceLibConverter.rst b/code/converter/LtspiceLibConverter.rst
new file mode 100644
index 00000000..2cb0397b
--- /dev/null
+++ b/code/converter/LtspiceLibConverter.rst
@@ -0,0 +1,18 @@
+LTspice Library Converter
+=========================
+
+This module enables conversion of LTspice library files for use within eSim.
+
+**Features:**
+- Parses and converts `.lib` and `.sub` files from LTspice.
+- Handles symbol and model translation for compatibility.
+
+**Usage:**
+Use the provided interface or scripts to import LTspice libraries into your eSim projects.
+
+.. note::
+
+ Source : ``src/converter/LtspiceLibConverter.py``
+
+.. automodule:: converter.LtspiceLibConverter
+ :members: \ No newline at end of file