PHS3000 Mobility, diffusion and recombination of holes in Ge

This documents the monashspa.PHS3000.holes_in_ge library that you will import into code used in the PHS3000 unit when performing experiment 2.2 Mobility, diffusion and recombination of holes in Ge.

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

Imports the ‘xls’ file (actually just a tsv) save by the Rigol Oscilloscope software

Parameters:filepath – The path to the .xls or .txt file produced by the Rigol oscilloscope software
Returns:A tuple (t, V) where t is a 1D numpy array containing the time values associated with the oscilloscope trace and V is a 1D numpy array of the same length with the associated voltage readings for each time point.