edges.io.thermistor

Functions for reading thermistor files.

edges.io.thermistor.read_new_style_csv(path: str | Path) QTable[source]

Read a new-style CSV file as a thermistor.

edges.io.thermistor.read_old_style_csv(path: str | Path) QTable[source]

Read an old=style thermistor CSV.

edges.io.thermistor.read_thermistor_csv(path: str | Path) QTable[source]

Read a CSV as a thermistor object.