mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Update BioLogic.py
Add more impedance-related entries to `VMPdata_colID_dtype_map`
This commit is contained in:
@@ -161,6 +161,11 @@ VMPdata_colID_dtype_map = {
|
||||
74: ('Energy/W.h', '<f8'),
|
||||
76: ('<I>/mA', '<f4'),
|
||||
77: ('<Ewe>/V', '<f4'),
|
||||
96: ('|Ece|/V', '<f4'),
|
||||
98: ('Phase(Zce)/deg', '<f4'),
|
||||
99: ('|Zce|/Ohm', '<f4'),
|
||||
100: ('Re(Zce)/Ohm', '<f4'),
|
||||
101: ('-Im(Zce)/Ohm', '<f4'),
|
||||
123: ('Energy charge/W.h', '<f8'),
|
||||
124: ('Energy discharge/W.h', '<f8'),
|
||||
125: ('Capacitance charge/µF', '<f8'),
|
||||
@@ -169,6 +174,10 @@ VMPdata_colID_dtype_map = {
|
||||
168: ('Rcmp/Ohm', '<f4'),
|
||||
169: ('Cs/µF', '<f4'),
|
||||
172: ('Cp/µF', '<f4'),
|
||||
430: ('Phase(Zwe-ce)/deg', '<f4'),
|
||||
431: ('|Zwe-ce|/Ohm', '<f4'),
|
||||
432: ('Re(Zwe-ce)/Ohm', '<f4'),
|
||||
433: ('-Im(Zwe-ce)/Ohm', '<f4'),
|
||||
434: ('(Q-Qo)/C', '<f4'),
|
||||
435: ('dQ/C', '<f4'),
|
||||
441: ('<Ecv>/V', '<f4'),
|
||||
@@ -176,6 +185,7 @@ VMPdata_colID_dtype_map = {
|
||||
467: ('Q charge/discharge/mA.h', '<f8'),
|
||||
468: ('half cycle', '<u4'),
|
||||
469: ('z cycle', '<u4'),
|
||||
471: ('<Ece>/V', '<f4'),
|
||||
473: ('THD Ewe/%', '<f4'),
|
||||
474: ('THD I/%', '<f4'),
|
||||
476: ('NSD Ewe/%', '<f4'),
|
||||
|
||||
Reference in New Issue
Block a user