Added colIDs 74 and 462 to VMPdata_colID_dtype_map

This commit is contained in:
nhshetty-99
2020-06-27 22:40:31 -04:00
committed by GitHub
parent a74a0267c2
commit c703f31da2

View File

@@ -176,6 +176,8 @@ VMPdata_colID_dtype_map = {
125: ('Capacitance charge/µF', '<f8'), 125: ('Capacitance charge/µF', '<f8'),
126: ('Capacitance discharge/µF', '<f8'), 126: ('Capacitance discharge/µF', '<f8'),
131: ('Ns', '<u2'), 131: ('Ns', '<u2'),
74: ('Energy/W.h', '<f8'),
462: ('Temperature/°C', '<f4'),
169: ('Cs/µF', '<f4'), 169: ('Cs/µF', '<f4'),
172: ('Cp/µF', '<f4'), 172: ('Cp/µF', '<f4'),
434: ('(Q-Qo)/C', '<f4'), 434: ('(Q-Qo)/C', '<f4'),