Update wv_helper.py
Added bigger AWG sizes
This commit is contained in:
parent
66a47169e6
commit
2dfdbd577a
@ -16,6 +16,8 @@ def awg_equiv(mm2):
|
||||
'10': 8,
|
||||
'16': 6,
|
||||
'25': 4,
|
||||
'35': 2,
|
||||
'50': 1,
|
||||
}
|
||||
k = str(mm2)
|
||||
if k in awg_equiv_table:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user