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: