Merge pull request #107 from echemdata/ml-evs/analog-in-fix

Add `Analog IN <n>/V` columns to map
This commit is contained in:
2024-03-02 16:20:19 +02:00
committed by GitHub

View File

@@ -276,6 +276,7 @@ VMPdata_colID_dtype_map = {
11: ("<I>/mA", "<f8"), 11: ("<I>/mA", "<f8"),
13: ("(Q-Qo)/mA.h", "<f8"), 13: ("(Q-Qo)/mA.h", "<f8"),
16: ("Analog IN 1/V", "<f4"), 16: ("Analog IN 1/V", "<f4"),
17: ("Analog IN 2/V", "<f4"), # Probably column 18 is Analog IN 3/V, if anyone hits this error in the future
19: ("control/V", "<f4"), 19: ("control/V", "<f4"),
20: ("control/mA", "<f4"), 20: ("control/mA", "<f4"),
23: ("dQ/mA.h", "<f8"), # Same as 7? 23: ("dQ/mA.h", "<f8"), # Same as 7?