class ec4py.EC_Setup()
– class to handle meta data of the electrochemical data file.

Basic use:

The class is a parent class of EC_Data.

Methods and properties

EC_Setup.area

A Quantity_Value_Unit representation of the geometric area.

   area = EC_Setup().area

EC_Setup.area_unit

A string representation of the area unit.

   area_unit = EC_Setup().area_unit

EC_Setup.rotation

A Quantity_Value_Unit representation of the rotation rate.

   area_unit = EC_Setup().area_unit

EC_Setup.rate

A Quantity_Value_Unit representation of the sweep rate in the case of voltammetry data.

   rate = EC_Setup().rate

EC_Setup.weight

A Quantity_Value_Unit representation of the catalyst weight.

   m = EC_Setup().weight

EC_Setup.loading

A Quantity_Value_Unit representation of the catalyst loading.

   loading = EC_Setup().loading

EC_Setup.pressure

A Quantity_Value_Unit representation of the pressure of the system.

   loading = EC_Setup().loading

EC_Setup.temp0

A Quantity_Value_Unit representation of the temperature of the system.

   loading = EC_Setup().loading

EC_Setup.RE

A string representation of name of the reference electrode.

   reference_electrode = EC_Setup().RE

EC_Setup.is_MWE

A bool representation if the data file comes from a multi working electrode.

   is_MWE = EC_Setup().is_MWE