Skip to content

Commit

Permalink
Add column IDs for 'R/Ohm' and 'Rapp/Ohm'
Browse files Browse the repository at this point in the history
  • Loading branch information
chatcannon committed Aug 30, 2021
1 parent dd605e8 commit 9bbff69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galvani/BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def MPTfileCSV(file_or_path):
20: ('control/mA', '<f4'),
23: ('dQ/mA.h', '<f8'), # Same as 7?
24: ('cycle number', '<f8'),
26: ('Rapp/Ohm', '<f4'),
32: ('freq/Hz', '<f4'),
33: ('|Ewe|/V', '<f4'),
34: ('|I|/A', '<f4'),
Expand All @@ -162,6 +163,7 @@ def MPTfileCSV(file_or_path):
37: ('Re(Z)/Ohm', '<f4'),
38: ('-Im(Z)/Ohm', '<f4'),
39: ('I Range', '<u2'),
69: ('R/Ohm', '<f4'),
70: ('P/W', '<f4'),
74: ('Energy/W.h', '<f8'),
75: ('Analog OUT/V', '<f4'),
Expand Down

0 comments on commit 9bbff69

Please sign in to comment.