blob: 2cb0397b0c7c472e3397bb5f4defb37ea367601b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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:
|