Home
last modified time | relevance | path

Searched refs:currents (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py520 def pass_fail_check(self, currents, txs, iperf_results): argument
530 for i, (x, y) in enumerate(zip(currents[::], currents[1::])):
540 def create_power_plot(self, currents, txs): argument
547 currents, txs)
554 currents = []
572 currents.append(self.avg_current)
580 self.create_power_plot(currents, txs)
581 self.pass_fail_check(currents, txs, iperf_results)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py187 def monsoon_tx_power_sweep_plot(dest_path, plot_title, currents, txs): argument
204 plot.line(txs, currents)
205 plot.circle(txs, currents, fill_color='white', size=8)