From 2dfdbd577a83e6f0a4c87a922b597cb1d02a8e1d Mon Sep 17 00:00:00 2001 From: Manuel Scholz Date: Tue, 23 Jun 2020 11:49:53 +0200 Subject: [PATCH] Update wv_helper.py Added bigger AWG sizes --- src/wv_helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wv_helper.py b/src/wv_helper.py index 49b9c3d..1c803fd 100644 --- a/src/wv_helper.py +++ b/src/wv_helper.py @@ -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: