Searched refs:avg_current (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerGnssBaseTest.py | 76 avg_current = total_current / total_samples 100 y0=[round(avg_current, 2)], 101 x0=[round(avg_current * voltage, 2)], 102 z1=[round(avg_current * voltage * mon_info.duration, 2)], 103 z2=[round(avg_current * mon_info.duration, 2)]))
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/ |
D | power_metrics.py | 256 def avg_current(self): member in PowerMetrics 280 self._num_samples * self.avg_current.to_unit(AMP).value ** 2)) 291 return self.current_to_power(self.avg_current).to_unit(MILLIWATT) 296 return {'average_current': str(self.avg_current),
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 75 avg_current = total_current / total_samples 98 y0=[round(avg_current, 2)], 99 x0=[round(avg_current * voltage, 2)], 100 z1=[round(avg_current * voltage * mon_info.duration, 2)], 101 z2=[round(avg_current * mon_info.duration, 2)]))
|
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/power/ |
D | power_metrics_test.py | 145 self.assertAlmostEqual(self.power_metrics.avg_current.value, 155 self.power_metrics.avg_current.value * self.VOLTAGE)
|