energy indexes

This commit is contained in:
bcolsen
2018-10-04 16:59:57 -06:00
parent 42ff0d010e
commit 1904eb124d

View File

@@ -208,6 +208,10 @@ def VMPdata_dtype_from_colIDs(colIDs):
dtype_dict['I Range'] = '<u2' dtype_dict['I Range'] = '<u2'
elif colID == 70: elif colID == 70:
dtype_dict['P/W'] = '<f4' dtype_dict['P/W'] = '<f4'
elif colID == 123:
dtype_dict['Energy charge/W.h'] = '<f8'
elif colID == 124:
dtype_dict['Energy discharge/W.h'] = '<f8'
elif colID == 125: elif colID == 125:
dtype_dict['Capacitance charge/µF'] = '<f8' dtype_dict['Capacitance charge/µF'] = '<f8'
elif colID == 126: elif colID == 126: