diff options
author | Jay Mistry | 2021-08-21 01:10:23 +0530 |
---|---|---|
committer | GitHub | 2021-08-21 01:10:23 +0530 |
commit | 7c8e78e94a082e0628d5c150e32e9060d9700c2a (patch) | |
tree | f8fad1ebf66d2d9596b0810f5f8e605ac0283ca2 /src/kicadtoNgspice | |
parent | 02054d31c801d0e87938f914ae117056db599822 (diff) | |
download | eSim-7c8e78e94a082e0628d5c150e32e9060d9700c2a.tar.gz eSim-7c8e78e94a082e0628d5c150e32e9060d9700c2a.tar.bz2 eSim-7c8e78e94a082e0628d5c150e32e9060d9700c2a.zip |
Hex Upload Code
Diffstat (limited to 'src/kicadtoNgspice')
-rw-r--r-- | src/kicadtoNgspice/Model.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kicadtoNgspice/Model.py b/src/kicadtoNgspice/Model.py index 5421bc7c..1270f072 100644 --- a/src/kicadtoNgspice/Model.py +++ b/src/kicadtoNgspice/Model.py @@ -10,6 +10,7 @@ class Model(QtWidgets.QWidget): - This class creates Model Tab of KicadtoNgspice window. The widgets are created dynamically in the Model Tab. """ + #by Sumanto and Jay def addHex(self): """ This function is use to keep track of all Device Model widget @@ -31,6 +32,7 @@ class Model(QtWidgets.QWidget): chosen_file_path = os.path.abspath(self.hexfile) print(os.path.abspath(self.hexfile)) + #By Sumanto and Jay def uploadHex(self): """ This function is use to keep track of all Device Model widget |