Update wv_helper.py

Added bigger AWG sizes
This commit is contained in:
Manuel Scholz 2020-06-23 11:49:53 +02:00 committed by GitHub
parent 66a47169e6
commit 2dfdbd577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ def awg_equiv(mm2):
'10': 8, '10': 8,
'16': 6, '16': 6,
'25': 4, '25': 4,
'35': 2,
'50': 1,
} }
k = str(mm2) k = str(mm2)
if k in awg_equiv_table: if k in awg_equiv_table: