blob: 24357b86f5bb43568b57877fb3ccd631dc56176f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Maker Module
============
The Maker module in eSim provides tools and utilities for creating, editing, and managing electronic design projects.
**Features:**
- Project creation and management.
- Integration with schematic and PCB design tools.
- Export options for various EDA formats.
**Usage:**
Refer to the user guide or API documentation for instructions on using the Maker module features.
.. note::
Source : ``src/maker/Maker.py``
.. automodule:: maker.Maker
:members:
|