Merge pull request #88 from Paulemeister/master

Add ID 505 and 509 from EC-Lab
This commit is contained in:
2023-10-26 09:46:23 +03:00
committed by GitHub

View File

@@ -250,6 +250,8 @@ VMPdata_colID_dtype_map = {
500: ('step time/s', '<f8'), 500: ('step time/s', '<f8'),
501: ('Efficiency/%', '<f8'), 501: ('Efficiency/%', '<f8'),
502: ('Capacity/mA.h', '<f8'), 502: ('Capacity/mA.h', '<f8'),
505: ('Rdc/Ohm', '<f4'),
509: ('Acir/Dcir Control', '<u1'),
} }
# These column IDs define flags which are all stored packed in a single byte # These column IDs define flags which are all stored packed in a single byte