Example 2: class CV_Datas - Tafel Analysis

Download dataset

Start by downloading a test file from github:

CV_152635_ 3.tdms

CV_153036_ 3.tdms and save it an appropriate folder.

Import the class:

   from ec4py import CV_Datas

Load a file:

   data = CV_Data(["CV_152635_ 3.tdms","CV_153036_ 3.tdms"])

Tafel Analysis

   slopes = data.Tafel(Tafel_Range,-0.4)
   print(slopes[0][0], slopes[0][1])
   print(slopes[1][0], slopes[1][1] )

Plot of CV

Tafel Analysis using diffusion limit correction

Edl=-0.5
slopes = data.Tafel(Tafel_Range,Edl)
print(slopes[0][0], slopes[0][1])
print(slopes[1][0], slopes[1][1] )

Plot of CVs

Tafel Analysis using diffusion limit correction