Duplicate 'ANALOG IN 1/V' to allow reading

This commit is contained in:
Matthew Evans
2024-02-26 11:44:26 +00:00
parent 1fd9f8454a
commit 0c2ecd42ca

View File

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