Lines Matching refs:readings
220 """Get temperature readings.
223 string of temperature readings.
1628 """A thread that logs measurement readings.
1664 readings: list of lists of floats of measurements.
1666 occurred. len(time) == len(readings).
1701 self.readings = []
1724 readings = []
1726 readings.append(meas.refresh())
1727 return readings
1737 self.readings.append(self.refresh())
1800 # times 2 the sleep time in order to allow for readings as well.
1806 for i, domain_readings in enumerate(zip(*self.readings)):
1816 # Select all readings taken between tstart and tend
2023 """A thread that logs temperature readings in millidegrees Celsius."""