blob: 4e8bdc8cf4a3781c217fd74827f939ca20a8ecfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ModelGeneration Module
======================
This module provides tools for generating simulation models within eSim Maker.
**Features:**
- Generates SPICE and behavioral models for components.
- Supports parameterized model creation.
- Integrates with other Maker modules for seamless workflow.
**Usage:**
Refer to the API documentation or user guide for instructions on generating and using models.
.. note::
Source : ``src/maker/ModelGeneration.py``
.. automodule:: maker.ModelGeneration
:members:
|