Add column 174 'Ewe/V' to parser

Suggested by @Etruria89 to fix #67
This commit is contained in:
2022-01-15 08:21:24 +02:00
parent b63abc4516
commit c1e5d92ed0

View File

@@ -185,6 +185,7 @@ VMPdata_colID_dtype_map = {
169: ('Cs/µF', '<f4'), 169: ('Cs/µF', '<f4'),
172: ('Cp/µF', '<f4'), 172: ('Cp/µF', '<f4'),
173: ('Cp-2/µF-2', '<f4'), 173: ('Cp-2/µF-2', '<f4'),
174: ('Ewe/V', '<f4'),
241: ('|E1|/V', '<f4'), 241: ('|E1|/V', '<f4'),
242: ('|E2|/V', '<f4'), 242: ('|E2|/V', '<f4'),
271: ('Phase(Z1) / deg', '<f4'), 271: ('Phase(Z1) / deg', '<f4'),