blob: cbc5b1bb05aaea9a1f35803e56ec626970fc7729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Browse Schematics
=================
This module provides a graphical interface for selecting and loading schematic files in eSim.
.. note::
Source : ``src/converter/browseSchematics.py``
.. automodule:: converter.browseSchematics
:members:
**Features:**
- Allows users to browse and select supported schematic files (`.sch`, `.asc`, `.slb`, `.asy`).
- Integrates with the eSim converter tools for further processing.
**Usage:**
Use the file browser dialog to select your schematic file. Supported file types are filtered for convenience.
|