PHS3000 Thermoelectricity

This documents the monashspa.PHS3000.thermoelectricity library that you will import into code used in the PHS3000 unit when performing experiment 2.3 Thermoelectricity.

monashspa.PHS3000.thermoelectricity.read_data(filepath)[source]

Reads the csv file produced by the thermoelectricity software

Parameters:filepath – The path to the .csv file
Returns:A 2D numpy array containing the data from the file, with columns date-time, delta_t from row 0, T_Cold, T_Hot, T_Case, I_Heat, V_Heat, I_Pelt, V_Pelt, respectively.