D | calibration.py | 36 def add(self, channel, origin, granularity, value): argument 61 def get(self, channel, origin, granularity): argument 83 def add(self, channel, origin, granularity, value): argument 92 window = self._calibrations[(channel, origin, granularity)] 100 def get(self, channel, origin, granularity): argument 101 window = self._calibrations[(channel, origin, granularity)] 104 (channel, origin, granularity))) 121 def add(self, channel, origin, granularity, value): argument 133 self._calibrations[(channel, origin, granularity)] = value 135 def get(self, channel, origin, granularity): argument [all …]
|