-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
minjiechen
committed
Oct 29, 2014
1 parent
8448be7
commit bed683d
Showing
3 changed files
with
47 additions
and
47 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 |
---|---|---|
@@ -1,11 +0,0 @@ | ||
Exception in Tkinter callback | ||
Traceback (most recent call last): | ||
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1473, in __call__ | ||
return self.func(*args) | ||
File "gui.py", line 472, in generate_netlist_errors | ||
self.generate_netlist() | ||
File "gui.py", line 349, in generate_netlist | ||
self.getImpe() | ||
File "gui.py", line 305, in getImpe | ||
A=cmath.exp(-Psi*h[i1]) | ||
TypeError: 'int' object has no attribute '__getitem__' | ||
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,17 @@ | ||
sigma = 5.8e7 | ||
c = 2.5e-3 | ||
gt = 1e-3 | ||
Ae = 548.1e-6 | ||
lindex = [1,2,2,1] | ||
mur = 1500 | ||
nwinding = 2 | ||
h = [0.0175e-3,0.0175e-3,0.0175e-3,0.0175e-3] | ||
f = 10e6 | ||
m = [1,1,1,1] | ||
nc = 1 | ||
s = [1.353e-3,0.787e-3,0.14e-3,0.787e-3,1.353e-3] | ||
le = 240e-3 | ||
wstyle = [0,1] | ||
gb = 2e-3 | ||
w = [5e-3,5e-3,5e-3,5e-3] | ||
nlayer = 4 |
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