Skip to content

Commit

Permalink
Add Column 438 'Unknown' to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
陳致諭(Chihyu Chen#5570) authored and chatcannon committed Sep 10, 2022
1 parent d6d2125 commit 2e7437c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galvani/BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def MPTfileCSV(file_or_path):
433: ('-Im(Zwe-ce)/Ohm', '<f4'),
434: ('(Q-Qo)/C', '<f4'),
435: ('dQ/C', '<f4'),
438: ('step time/s', '<f8'),
441: ('<Ecv>/V', '<f4'),
462: ('Temperature/°C', '<f4'),
467: ('Q charge/discharge/mA.h', '<f8'),
Expand Down

0 comments on commit 2e7437c

Please sign in to comment.