-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP- #64 Parse BJT and DiodeModels using tabula-py
- Loading branch information
1 parent
0190c9e
commit a093ba0
Showing
6 changed files
with
752 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"bases": [ | ||
{ | ||
"name": "DeviceModel", | ||
"attributes": [], | ||
"parent": null, | ||
"source": null | ||
}, | ||
{ | ||
"name": "DiodeModel", | ||
"attributes": [], | ||
"parent": "DeviceModel", | ||
"source": null | ||
}, | ||
{ | ||
"name": "TransistorModel", | ||
"attributes": [], | ||
"parent": "DeviceModel", | ||
"source": null | ||
}, | ||
{ | ||
"name": "MOSModel", | ||
"attributes": [], | ||
"parent": "DeviceModel", | ||
"source": null | ||
} | ||
], | ||
"children": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## Parser Script | ||
This directory contains parsers for `PySpice` and `NGSpice` user manual. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ dependencies: | |
- flake8 | ||
- isort | ||
- pre-commit | ||
- tabula-py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ dependencies: | |
- pip: | ||
- requests | ||
- webgme-bindings | ||
- tabula-py |
Oops, something went wrong.