HomeSort by relevance Sort by last modified time
    Searched refs:avg_current (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFiroamingTest.py 92 file_path, avg_current = wputils.monsoon_data_collect_save(
96 file_path, avg_current = wputils.monsoon_data_collect_save(
99 avg_current = dt.source.data['y0'][0]
104 wputils.pass_fail_check(self, avg_current)
124 file_path, avg_current = wputils.monsoon_data_collect_save(
128 file_path, avg_current = wputils.monsoon_data_collect_save(
131 avg_current = dt.source.data['y0'][0]
136 wputils.pass_fail_check(self, avg_current)
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 78 avg_current = sum(current_data) / len(current_data)
87 y0=[round(avg_current, 2)],
88 x0=[round(avg_current * voltage, 2)],
89 z1=[round(avg_current * voltage * mon_info.duration, 2)],
90 z2=[round(avg_current * mon_info.duration, 2)]))
  /tools/test/connectivity/acts/framework/acts/test_utils/power/
PowerBaseTest.py 356 avg_current: the average current of the test
391 avg_current = result.average_current
395 return data_path, avg_current

Completed in 96 milliseconds